#212578

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

Shades of Midnight Blue #212578

Tints of Midnight Blue #212578

Color information

#212578 (or 0x212578) is unknown color: approx Midnight Blue. HEX triplet: 21, 25 and 78. RGB value is (33,37,120). Sum of RGB (Red+Green+Blue) = 33+37+120=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #212578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212578 is #DEDA87. Grayscale: #2C2C2C. Windows color (decimal): -14604936 or 7873825. OLE color: 7873825.

HSL color Cylindrical-coordinate representation of color #212578: hue angle of 237.24º 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 #212578 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3337120-
CMYK0.720.6900.53
HSL237.24º56.86%30%-
HSV(B)237.24º72.5%47.06%-
XYZ4.68318.1-
YUV45.27170.17119.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=17.37%
G=19.47%
B=63.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33371200.720.6900.53237.2456.8630
Hex2125784845035ed391e
Octal41451701101050653557136
Binary10000110010111110001001000100010101101011110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212578; }

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

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

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

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

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

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

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

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