#121E70

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

Shades of Midnight Blue #121E70

Tints of Midnight Blue #121E70

Color information

#121E70 (or 0x121E70) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 70. RGB value is (18,30,112). Sum of RGB (Red+Green+Blue) = 18+30+112=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #121E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E70 is #EDE18F. Grayscale: #232323. Windows color (decimal): -15589776 or 7347730. OLE color: 7347730.

HSL color Cylindrical-coordinate representation of color #121E70: hue angle of 232.34º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121E70 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1830112-
CMYK0.840.7300.56
HSL232.34º72.31%25.49%-
HSV(B)232.34º83.93%43.92%-
XYZ3.642.2315.57-
YUV35.76171.02115.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 112 (44.14% from 255) = 70%
R=11.25%
G=18.75%
B=70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18301120.840.7300.56232.3472.3125.49
Hex121E705449038e84819
Octal223616012411107035011031
Binary1001011110111000010101001001001011100011101000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E70; }

 p { color: rgb(18,30,112); }

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

<style>
 a { background-color: #121E70; }

 a { background-color: rgb(18,30,112); }

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

<style>
 span { border-color: #121E70; }

 span { border-color: rgb(18,30,112); }

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