#212078

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

Shades of Midnight Blue #212078

Tints of Midnight Blue #212078

Color information

#212078 (or 0x212078) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 78. RGB value is (33,32,120). Sum of RGB (Red+Green+Blue) = 33+32+120=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #212078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212078 is #DEDF87. Grayscale: #292929. Windows color (decimal): -14606216 or 7872545. OLE color: 7872545.

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

Color convert

RGB3332120-
CMYK0.720.7300.53
HSL240.68º57.89%29.8%-
HSV(B)240.68º73.33%47.06%-
XYZ4.532.7118.05-
YUV42.33171.83121.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=17.84%
G=17.30%
B=64.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33321200.720.7300.53240.6857.8929.8
Hex2120784849035f13a1e
Octal41401701101110653617236
Binary10000110000011110001001000100100101101011111000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212078; }

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

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

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

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

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

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

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

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