#212066

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

Shades of Midnight Blue #212066

Tints of Midnight Blue #212066

Color information

#212066 (or 0x212066) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 66. RGB value is (33,32,102). Sum of RGB (Red+Green+Blue) = 33+32+102=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #212066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212066 is #DEDF99. Grayscale: #282828. Windows color (decimal): -14606234 or 6692897. OLE color: 6692897.

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

Color convert

RGB3332102-
CMYK0.680.6900.6
HSL240.86º52.24%26.27%-
HSV(B)240.86º68.63%40%-
XYZ3.542.3212.83-
YUV40.28162.83122.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=19.76%
G=19.16%
B=61.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33321020.680.6900.6240.8652.2426.27
Hex212066444503Cf1341a
Octal41401461041050743616432
Binary10000110000011001101000100100010101111001111000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212066; }

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

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

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

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

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

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

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

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