#212872

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

Shades of Midnight Blue #212872

Tints of Midnight Blue #212872

Color information

#212872 (or 0x212872) is unknown color: approx Midnight Blue. HEX triplet: 21, 28 and 72. RGB value is (33,40,114). Sum of RGB (Red+Green+Blue) = 33+40+114=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #212872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212872 is #DED78D. Grayscale: #2E2E2E. Windows color (decimal): -14604174 or 7481377. OLE color: 7481377.

HSL color Cylindrical-coordinate representation of color #212872: hue angle of 234.81º 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 #212872 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3340114-
CMYK0.710.6500.55
HSL234.81º55.1%28.82%-
HSV(B)234.81º71.05%44.71%-
XYZ4.423.0616.28-
YUV46.34166.18118.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=17.65%
G=21.39%
B=60.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33401140.710.6500.55234.8155.128.82
Hex2128724741037eb371d
Octal41501621071010673536735
Binary10000110100011100101000111100000101101111110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212872; }

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

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

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

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

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

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

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

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