#212C79

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

Shades of Midnight Blue #212C79

Tints of Midnight Blue #212C79

Color information

#212C79 (or 0x212C79) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 79. RGB value is (33,44,121). Sum of RGB (Red+Green+Blue) = 33+44+121=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #212C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C79 is #DED386. Grayscale: #313131. Windows color (decimal): -14603143 or 7941153. OLE color: 7941153.

HSL color Cylindrical-coordinate representation of color #212C79: hue angle of 232.5º 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 #212C79 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3344121-
CMYK0.730.6400.53
HSL232.5º57.14%30.2%-
HSV(B)232.5º72.73%47.45%-
XYZ4.983.5118.5-
YUV49.49168.36116.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=16.67%
G=22.22%
B=61.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33441210.730.6400.53232.557.1430.2
Hex212C794940035e8391e
Octal41541711111000653507136
Binary10000110110011110011001001100000001101011110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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