#211861

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

Shades of Midnight Blue #211861

Tints of Midnight Blue #211861

Color information

#211861 (or 0x211861) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 61. RGB value is (33,24,97). Sum of RGB (Red+Green+Blue) = 33+24+97=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #211861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211861 is #DEE79E. Grayscale: #222222. Windows color (decimal): -14608287 or 6363169. OLE color: 6363169.

HSL color Cylindrical-coordinate representation of color #211861: hue angle of 247.4º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211861 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332497-
CMYK0.660.7500.62
HSL247.4º60.33%23.73%-
HSV(B)247.4º75.26%38.04%-
XYZ3.111.8411.5-
YUV35.01162.98126.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=21.43%
G=15.58%
B=62.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3324970.660.7500.62247.460.3323.73
Hex211861424B03Ef73c18
Octal41301411021130763677430
Binary1000011100011000011000010100101101111101111011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211861; }

 p { color: rgb(33,24,97); }

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

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

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

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

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

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

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