#121576

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

Shades of Midnight Blue #121576

Tints of Midnight Blue #121576

Color information

#121576 (or 0x121576) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 76. RGB value is (18,21,118). Sum of RGB (Red+Green+Blue) = 18+21+118=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #121576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121576 is #EDEA89. Grayscale: #1E1E1E. Windows color (decimal): -15592074 or 7738642. OLE color: 7738642.

HSL color Cylindrical-coordinate representation of color #121576: hue angle of 238.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121576 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1821118-
CMYK0.850.8200.54
HSL238.2º73.53%26.67%-
HSV(B)238.2º84.75%46.27%-
XYZ3.791.9717.32-
YUV31.16177.01118.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=11.46%
G=13.38%
B=75.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18211180.850.8200.54238.273.5326.67
Hex1215765552036ee4a1b
Octal222516612512206635611233
Binary1001010101111011010101011010010011011011101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121576; }

 p { color: rgb(18,21,118); }

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

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

 a { background-color: rgb(18,21,118); }

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

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

 span { border-color: rgb(18,21,118); }

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