#121C71

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

Shades of Midnight Blue #121C71

Tints of Midnight Blue #121C71

Color information

#121C71 (or 0x121C71) is unknown color: approx Midnight Blue. HEX triplet: 12, 1C and 71. RGB value is (18,28,113). Sum of RGB (Red+Green+Blue) = 18+28+113=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #121C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C71 is #EDE38E. Grayscale: #222222. Windows color (decimal): -15590287 or 7412754. OLE color: 7412754.

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

Color convert

RGB1828113-
CMYK0.840.7500.56
HSL233.68º72.52%25.69%-
HSV(B)233.68º84.07%44.31%-
XYZ3.652.1515.85-
YUV34.7172.19116.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=11.32%
G=17.61%
B=71.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18281130.840.7500.56233.6872.5225.69
Hex121C71544B038ea491a
Octal223416112411307035211132
Binary1001011100111000110101001001011011100011101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,113); }

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

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

 a { background-color: rgb(18,28,113); }

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

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

 span { border-color: rgb(18,28,113); }

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