#211863

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

Shades of Midnight Blue #211863

Tints of Midnight Blue #211863

Color information

#211863 (or 0x211863) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 63. RGB value is (33,24,99). Sum of RGB (Red+Green+Blue) = 33+24+99=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #211863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211863 is #DEE79C. Grayscale: #222222. Windows color (decimal): -14608285 or 6494241. OLE color: 6494241.

HSL color Cylindrical-coordinate representation of color #211863: hue angle of 247.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211863 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB332499-
CMYK0.670.7600.61
HSL247.2º60.98%24.12%-
HSV(B)247.2º75.76%38.82%-
XYZ3.211.8812-
YUV35.24163.98126.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=21.15%
G=15.38%
B=63.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3324990.670.7600.61247.260.9824.12
Hex211863434C03Df73d18
Octal41301431031140753677530
Binary1000011100011000111000011100110001111011111011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211863; }

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

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

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

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

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

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

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

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