#212166

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

Shades of Midnight Blue #212166

Tints of Midnight Blue #212166

Color information

#212166 (or 0x212166) is unknown color: approx Midnight Blue. HEX triplet: 21, 21 and 66. RGB value is (33,33,102). Sum of RGB (Red+Green+Blue) = 33+33+102=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #212166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212166 is #DEDE99. Grayscale: #282828. Windows color (decimal): -14605978 or 6693153. OLE color: 6693153.

HSL color Cylindrical-coordinate representation of color #212166: hue angle of 240º 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 #212166 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3333102-
CMYK0.680.6800.6
HSL240º51.11%26.47%-
HSV(B)240º67.65%40%-
XYZ3.572.3712.84-
YUV40.87162.5122.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=19.64%
G=19.64%
B=60.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33331020.680.6800.624051.1126.47
Hex212166444403Cf0331a
Octal41411461041040743606332
Binary10000110000111001101000100100010001111001111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212166; }

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

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

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

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

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

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

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

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