#121B70

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

Shades of Midnight Blue #121B70

Tints of Midnight Blue #121B70

Color information

#121B70 (or 0x121B70) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 70. RGB value is (18,27,112). Sum of RGB (Red+Green+Blue) = 18+27+112=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #121B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B70 is #EDE48F. Grayscale: #212121. Windows color (decimal): -15590544 or 7346962. OLE color: 7346962.

HSL color Cylindrical-coordinate representation of color #121B70: hue angle of 234.26º 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 #121B70 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1827112-
CMYK0.840.7600.56
HSL234.26º72.31%25.49%-
HSV(B)234.26º83.93%43.92%-
XYZ3.572.0815.54-
YUV34172.02116.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=11.46%
G=17.20%
B=71.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18271120.840.7600.56234.2672.3125.49
Hex121B70544C038ea4819
Octal223316012411407035211031
Binary1001011011111000010101001001100011100011101010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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