#121372

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

Shades of Midnight Blue #121372

Tints of Midnight Blue #121372

Color information

#121372 (or 0x121372) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 72. RGB value is (18,19,114). Sum of RGB (Red+Green+Blue) = 18+19+114=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #121372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121372 is #EDEC8D. Grayscale: #1D1D1D. Windows color (decimal): -15592590 or 7475986. OLE color: 7475986.

HSL color Cylindrical-coordinate representation of color #121372: hue angle of 239.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121372 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1819114-
CMYK0.840.8300.55
HSL239.38º72.73%25.88%-
HSV(B)239.38º84.21%44.71%-
XYZ3.521.8116.08-
YUV29.53175.67119.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=11.92%
G=12.58%
B=75.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18191140.840.8300.55239.3872.7325.88
Hex1213725453037ef491a
Octal222316212412306735711132
Binary1001010011111001010101001010011011011111101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121372; }

 p { color: rgb(18,19,114); }

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

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

 a { background-color: rgb(18,19,114); }

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

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

 span { border-color: rgb(18,19,114); }

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