#212972

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

Shades of Midnight Blue #212972

Tints of Midnight Blue #212972

Color information

#212972 (or 0x212972) is unknown color: approx Midnight Blue. HEX triplet: 21, 29 and 72. RGB value is (33,41,114). Sum of RGB (Red+Green+Blue) = 33+41+114=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #212972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212972 is #DED68D. Grayscale: #2E2E2E. Windows color (decimal): -14603918 or 7481633. OLE color: 7481633.

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

Color convert

RGB3341114-
CMYK0.710.6400.55
HSL234.07º55.1%28.82%-
HSV(B)234.07º71.05%44.71%-
XYZ4.463.1216.29-
YUV46.93165.85118.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=17.55%
G=21.81%
B=60.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33411140.710.6400.55234.0755.128.82
Hex2129724740037ea371d
Octal41511621071000673526735
Binary10000110100111100101000111100000001101111110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212972; }

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

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

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

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

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

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

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

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