#211162

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

Shades of Midnight Blue #211162

Tints of Midnight Blue #211162

Color information

#211162 (or 0x211162) is unknown color: approx Midnight Blue. HEX triplet: 21, 11 and 62. RGB value is (33,17,98). Sum of RGB (Red+Green+Blue) = 33+17+98=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #211162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211162 is #DEEE9D. Grayscale: #1E1E1E. Windows color (decimal): -14610078 or 6426913. OLE color: 6426913.

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

Color convert

RGB331798-
CMYK0.660.8300.62
HSL251.85º70.43%22.55%-
HSV(B)251.85º82.65%38.43%-
XYZ3.031.6111.71-
YUV31.02165.8129.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=22.30%
G=11.49%
B=66.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3317980.660.8300.62251.8570.4322.55
Hex211162425303Efc4617
Octal412114210212307637410627
Binary10000110001110001010000101010011011111011111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211162; }

 p { color: rgb(33,17,98); }

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

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

 a { background-color: rgb(33,17,98); }

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

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

 span { border-color: rgb(33,17,98); }

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