Color Hex Logo

#12093d Color Hex

#12093D
(18,9,61)
0 Favorites   0 Comments

Color spaces of #12093d

RGB 18961
HSL0.700.740.14
HSV250°85°24°
CMYK 0.700.850.00   0.76
XYZ1.18940.66094.4798
Yxy0.66090.18790.1044
Hunter Lab8.129611.8887-26.9810
CIE-Lab5.969921.3848-31.1655

#12093d color RGB value is (18,9,61).

#12093d hex color red value is 18, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #12093d hue: 0.70 , saturation: 0.74 and the lightness value of 12093d is 0.14.

The process color (four color CMYK) of #12093d color hex is 0.70, 0.85, 0.00, 0.76. Web safe color of #12093d is #000033. Color #12093d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001001 00111101
Octal 22 11 75
Decimal 18 9 61
Hex 12 9 3D

RGB Percentages of Color #12093d

%20.45
%10.23
%69.32

CMYK Percentages of Color #12093d

%70
%85
%0
%76

Triadic Colors of #12093d

#12093d #3d1209 #093d12

Analogous Colors of #12093d

#12093d #2c093d #091a3d

Monochromatic Colors of #12093d

#12093d

Complementary Color

#12093d #343d09

#12093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12093d Color CSS Codes

.mybgcolor {background-color:#12093d; } 
.myforecolor {color:#12093d; }
.mybordercolor {border:3px solid #12093d; }

#12093d Text Font Color

<p style="color:#12093d">Text here</p>

This sample text font color is #12093d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#12093d Background Color

<div style="background-color:#12093d">
Div content here</div>

This div background color is #12093d


#12093d Border Color

<div style="border:3px solid #12093d">
Div here</div>

This div border color is #12093d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,9,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12093d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12093d;
  -webkit-box-shadow: 1px 1px 3px 2px #12093d;
  box-shadow:         1px 1px 3px 2px #12093d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,9,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #12093d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #12093d;
  -webkit-box-shadow: 1px 1px 3px 2px #12093d;
  box-shadow:         1px 1px 3px 2px #12093d;">
Div content here</div>

This div box has shadow with color #12093d


Comments

No comments written yet.

Please login to write comment.