#212C78

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

Shades of Midnight Blue #212C78

Tints of Midnight Blue #212C78

Color information

#212C78 (or 0x212C78) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 78. RGB value is (33,44,120). Sum of RGB (Red+Green+Blue) = 33+44+120=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #212C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C78 is #DED387. Grayscale: #313131. Windows color (decimal): -14603144 or 7875617. OLE color: 7875617.

HSL color Cylindrical-coordinate representation of color #212C78: hue angle of 232.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212C78 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3344120-
CMYK0.720.6300.53
HSL232.41º56.86%30%-
HSV(B)232.41º72.5%47.06%-
XYZ4.923.4818.18-
YUV49.38167.86116.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=16.75%
G=22.34%
B=60.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33441200.720.6300.53232.4156.8630
Hex212C78483F035e8391e
Octal4154170110770653507136
Binary1000011011001111000100100011111101101011110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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