#210E66

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

Shades of Midnight Blue #210E66

Tints of Midnight Blue #210E66

Color information

#210E66 (or 0x210E66) is unknown color: approx Midnight Blue. HEX triplet: 21, 0E and 66. RGB value is (33,14,102). Sum of RGB (Red+Green+Blue) = 33+14+102=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #210E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E66 is #DEF199. Grayscale: #1D1D1D. Windows color (decimal): -14610842 or 6688289. OLE color: 6688289.

HSL color Cylindrical-coordinate representation of color #210E66: hue angle of 252.95º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210E66 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3314102-
CMYK0.680.8600.6
HSL252.95º75.86%22.75%-
HSV(B)252.95º86.27%40%-
XYZ3.181.612.71-
YUV29.71168.79130.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 102 (40.23% from 255) = 68.46%
R=22.15%
G=9.40%
B=68.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33141020.680.8600.6252.9575.8622.75
Hex21E66445603Cfd4c17
Octal411614610412607437511427
Binary1000011110110011010001001010110011110011111101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E66; }

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

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

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

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

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

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

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

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