#211069

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

Shades of Midnight Blue #211069

Tints of Midnight Blue #211069

Color information

#211069 (or 0x211069) is unknown color: approx Midnight Blue. HEX triplet: 21, 10 and 69. RGB value is (33,16,105). Sum of RGB (Red+Green+Blue) = 33+16+105=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #211069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211069 is #DEEF96. Grayscale: #1E1E1E. Windows color (decimal): -14610327 or 6885409. OLE color: 6885409.

HSL color Cylindrical-coordinate representation of color #211069: hue angle of 251.46º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211069 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3316105-
CMYK0.690.8500.59
HSL251.46º73.55%23.73%-
HSV(B)251.46º84.76%41.18%-
XYZ3.361.7113.52-
YUV31.23169.63129.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 105 (41.41% from 255) = 68.18%
R=21.43%
G=10.39%
B=68.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33161050.690.8500.59251.4673.5523.73
Hex211069455503Bfb4a18
Octal412015110512507337311230
Binary10000110000110100110001011010101011101111111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211069; }

 p { color: rgb(33,16,105); }

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

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

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

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

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

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

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