#211269

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

Shades of Midnight Blue #211269

Tints of Midnight Blue #211269

Color information

#211269 (or 0x211269) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 69. RGB value is (33,18,105). Sum of RGB (Red+Green+Blue) = 33+18+105=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #211269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211269 is #DEED96. Grayscale: #202020. Windows color (decimal): -14609815 or 6885921. OLE color: 6885921.

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

Color convert

RGB3318105-
CMYK0.690.8300.59
HSL250.34º70.73%24.12%-
HSV(B)250.34º82.86%41.18%-
XYZ3.391.7813.53-
YUV32.4168.97128.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 105 (41.41% from 255) = 67.31%
R=21.15%
G=11.54%
B=67.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33181050.690.8300.59250.3470.7324.12
Hex211269455303Bfa4718
Octal412215110512307337210730
Binary10000110010110100110001011010011011101111111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211269; }

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

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

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

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

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

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

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

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