Color Hex Logo

#12288a Color Hex

#12288A
(18,40,138)
0 Favorites   0 Comments

Color spaces of #12288a

RGB 1840138
HSL0.640.770.31
HSV229°87°54°
CMYK 0.870.710.00   0.46
XYZ5.59573.481224.4218
Yxy3.48120.16700.1039
Hunter Lab18.658020.8824-64.5453
CIE-Lab21.876331.2501-56.2127

#12288a color RGB value is (18,40,138).

#12288a hex color red value is 18, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #12288a hue: 0.64 , saturation: 0.77 and the lightness value of 12288a is 0.31.

The process color (four color CMYK) of #12288a color hex is 0.87, 0.71, 0.00, 0.46. Web safe color of #12288a is #003399. Color #12288a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101000 10001010
Octal 22 50 212
Decimal 18 40 138
Hex 12 28 8A

RGB Percentages of Color #12288a

%9.18
%20.41
%70.41

CMYK Percentages of Color #12288a

%87
%71
%0
%46

Triadic Colors of #12288a

#12288a #8a1228 #288a12

Analogous Colors of #12288a

#12288a #38128a #12648a

Monochromatic Colors of #12288a

#12288a

Complementary Color

#12288a #8a7412

#12288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12288a Color CSS Codes

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

#12288a Text Font Color

<p style="color:#12288a">Text here</p>

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


#12288a Background Color

<div style="background-color:#12288a">
Div content here</div>

This div background color is #12288a


#12288a Border Color

<div style="border:3px solid #12288a">
Div here</div>

This div border color is #12288a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,40,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12288a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12288a;
  -webkit-box-shadow: 1px 1px 3px 2px #12288a;
  box-shadow:         1px 1px 3px 2px #12288a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12288a


Comments

No comments written yet.

Please login to write comment.