#120D66

Color #120D66 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #120D66

Tints of Midnight Blue #120D66

Color information

#120D66 (or 0x120D66) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 66. RGB value is (18,13,102). Sum of RGB (Red+Green+Blue) = 18+13+102=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #120D66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D66 is #EDF299. Grayscale: #181818. Windows color (decimal): -15594138 or 6688018. OLE color: 6688018.

HSL color Cylindrical-coordinate representation of color #120D66: hue angle of 243.37º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120D66 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1813102-
CMYK0.820.8700.6
HSL243.37º77.39%22.55%-
HSV(B)243.37º87.25%40%-
XYZ2.791.3812.69-
YUV24.64171.66123.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 13 (5.47% from 255) = 9.77%
BLUE value IS 102 (40.23% from 255) = 76.69%
R=13.53%
G=9.77%
B=76.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18131020.820.8700.6243.3777.3922.55
Hex12D66525703Cf34d17
Octal221514612212707436311527
Binary100101101110011010100101010111011110011110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120D66; }

 p { color: rgb(18,13,102); }

 H1.HeaderClassName
 {
   color: #120D66;
 }
 .AnyTagClassName
 {
   color: #120D66;
 }
</style>
background-color css

<style>
 a { background-color: #120D66; }

 a { background-color: rgb(18,13,102); }

 div.DivClassName
 {
   background-color: #120D66;
 }
 .BgClassName
 {
   background-color: #120D66;
 }
</style>
border-color css

<style>
 span { border-color: #120D66; }

 span { border-color: rgb(18,13,102); }

 td.TdClassName
 {
   border-color: #120D66;
 }
 .TagClassName
 {
   border-color: #120D66;
 }
</style>