Color Hex Logo

#120288 Color Hex

#120288
(18,2,136)
0 Favorites   0 Comments

Color spaces of #120288

RGB 182136
HSL0.690.970.27
HSV247°99°53°
CMYK 0.870.990.00   0.47
XYZ4.71511.949623.4203
Yxy1.94960.15670.0648
Hunter Lab13.962835.8427-89.6752
CIE-Lab15.220549.1479-66.0039

#120288 color RGB value is (18,2,136).

#120288 hex color red value is 18, green value is 2 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #120288 hue: 0.69 , saturation: 0.97 and the lightness value of 120288 is 0.27.

The process color (four color CMYK) of #120288 color hex is 0.87, 0.99, 0.00, 0.47. Web safe color of #120288 is #000099. Color #120288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000010 10001000
Octal 22 2 210
Decimal 18 2 136
Hex 12 2 88

RGB Percentages of Color #120288

%11.54
%1.28
%87.18

CMYK Percentages of Color #120288

%87
%99
%0
%47

Triadic Colors of #120288

#120288 #881202 #028812

Analogous Colors of #120288

#120288 #550288 #023588

Monochromatic Colors of #120288

#120288

Complementary Color

#120288 #788802

#120288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120288 Color CSS Codes

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

#120288 Text Font Color

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

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


#120288 Background Color

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

This div background color is #120288


#120288 Border Color

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

This div border color is #120288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120288


Comments

No comments written yet.

Please login to write comment.