#212966

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

Shades of Midnight Blue #212966

Tints of Midnight Blue #212966

Color information

#212966 (or 0x212966) is unknown color: approx Midnight Blue. HEX triplet: 21, 29 and 66. RGB value is (33,41,102). Sum of RGB (Red+Green+Blue) = 33+41+102=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #212966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212966 is #DED699. Grayscale: #2D2D2D. Windows color (decimal): -14603930 or 6695201. OLE color: 6695201.

HSL color Cylindrical-coordinate representation of color #212966: hue angle of 233.04º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212966 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3341102-
CMYK0.680.6000.6
HSL233.04º51.11%26.47%-
HSV(B)233.04º67.65%40%-
XYZ3.822.8712.92-
YUV45.56159.85119.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=18.75%
G=23.30%
B=57.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33411020.680.6000.6233.0451.1126.47
Hex212966443C03Ce9331a
Octal4151146104740743516332
Binary1000011010011100110100010011110001111001110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212966; }

 p { color: rgb(33,41,102); }

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

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

 a { background-color: rgb(33,41,102); }

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

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

 span { border-color: rgb(33,41,102); }

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