#212472

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

Shades of Midnight Blue #212472

Tints of Midnight Blue #212472

Color information

#212472 (or 0x212472) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 72. RGB value is (33,36,114). Sum of RGB (Red+Green+Blue) = 33+36+114=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #212472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212472 is #DEDB8D. Grayscale: #2B2B2B. Windows color (decimal): -14605198 or 7480353. OLE color: 7480353.

HSL color Cylindrical-coordinate representation of color #212472: hue angle of 237.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212472 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3336114-
CMYK0.710.6800.55
HSL237.78º55.1%28.82%-
HSV(B)237.78º71.05%44.71%-
XYZ4.32.816.23-
YUV44167.51120.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=18.03%
G=19.67%
B=62.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33361140.710.6800.55237.7855.128.82
Hex2124724744037ee371d
Octal41441621071040673566735
Binary10000110010011100101000111100010001101111110111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212472; }

 p { color: rgb(33,36,114); }

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

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

 a { background-color: rgb(33,36,114); }

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

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

 span { border-color: rgb(33,36,114); }

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