#212877

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

Shades of Midnight Blue #212877

Tints of Midnight Blue #212877

Color information

#212877 (or 0x212877) is unknown color: approx Midnight Blue. HEX triplet: 21, 28 and 77. RGB value is (33,40,119). Sum of RGB (Red+Green+Blue) = 33+40+119=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #212877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212877 is #DED788. Grayscale: #2E2E2E. Windows color (decimal): -14604169 or 7809057. OLE color: 7809057.

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

Color convert

RGB3340119-
CMYK0.720.6600.53
HSL235.12º56.58%29.8%-
HSV(B)235.12º72.27%46.67%-
XYZ4.723.1717.82-
YUV46.91168.68118.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=17.19%
G=20.83%
B=61.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33401190.720.6600.53235.1256.5829.8
Hex2128774842035eb391e
Octal41501671101020653537136
Binary10000110100011101111001000100001001101011110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212877; }

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

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

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

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

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

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

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

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