Color Hex Logo

#12469b Color Hex

#12469B
(18,70,155)
0 Favorites   0 Comments

Color spaces of #12469b

RGB 1870155
HSL0.600.790.34
HSV217°88°61°
CMYK 0.880.550.00   0.39
XYZ8.35606.875531.8970
Yxy6.87550.17730.1459
Hunter Lab26.221210.9962-53.7691
CIE-Lab31.521817.4906-50.8950

#12469b color RGB value is (18,70,155).

#12469b hex color red value is 18, green value is 70 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #12469b hue: 0.60 , saturation: 0.79 and the lightness value of 12469b is 0.34.

The process color (four color CMYK) of #12469b color hex is 0.88, 0.55, 0.00, 0.39. Web safe color of #12469b is #003399. Color #12469b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 10011011
Octal 22 106 233
Decimal 18 70 155
Hex 12 46 9B

RGB Percentages of Color #12469b

%7.41
%28.81
%63.79

CMYK Percentages of Color #12469b

%88
%55
%0
%39

Triadic Colors of #12469b

#12469b #9b1246 #469b12

Analogous Colors of #12469b

#12469b #23129b #128b9b

Monochromatic Colors of #12469b

#12469b

Complementary Color

#12469b #9b6712

#12469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12469b Color CSS Codes

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

#12469b Text Font Color

<p style="color:#12469b">Text here</p>

This sample text font color is #12469b
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.


#12469b Background Color

<div style="background-color:#12469b">
Div content here</div>

This div background color is #12469b


#12469b Border Color

<div style="border:3px solid #12469b">
Div here</div>

This div border color is #12469b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,70,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12469b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12469b;
  -webkit-box-shadow: 1px 1px 3px 2px #12469b;
  box-shadow:         1px 1px 3px 2px #12469b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12469b


Comments

No comments written yet.

Please login to write comment.