#212C80

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

Shades of Midnight Blue #212C80

Tints of Midnight Blue #212C80

Color information

#212C80 (or 0x212C80) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 80. RGB value is (33,44,128). Sum of RGB (Red+Green+Blue) = 33+44+128=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #212C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C80 is #DED37F. Grayscale: #313131. Windows color (decimal): -14603136 or 8399905. OLE color: 8399905.

HSL color Cylindrical-coordinate representation of color #212C80: hue angle of 233.05º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212C80 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3344128-
CMYK0.740.6600.50
HSL233.05º59.01%31.57%-
HSV(B)233.05º74.22%50.2%-
XYZ5.423.6820.85-
YUV50.29171.86115.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=16.10%
G=21.46%
B=62.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33441280.740.6600.50233.0559.0131.57
Hex212C804A42032e93b20
Octal41542001121020623517340
Binary1000011011001000000010010101000010011001011101001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C80; }

 p { color: rgb(33,44,128); }

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

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

 a { background-color: rgb(33,44,128); }

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

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

 span { border-color: rgb(33,44,128); }

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