#211B62

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

Shades of Midnight Blue #211B62

Tints of Midnight Blue #211B62

Color information

#211B62 (or 0x211B62) is unknown color: approx Midnight Blue. HEX triplet: 21, 1B and 62. RGB value is (33,27,98). Sum of RGB (Red+Green+Blue) = 33+27+98=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #211B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B62 is #DEE49D. Grayscale: #242424. Windows color (decimal): -14607518 or 6429473. OLE color: 6429473.

HSL color Cylindrical-coordinate representation of color #211B62: hue angle of 245.07º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211B62 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB332798-
CMYK0.660.7200.62
HSL245.07º56.8%24.51%-
HSV(B)245.07º72.45%38.43%-
XYZ3.221.9911.77-
YUV36.89162.49125.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=20.89%
G=17.09%
B=62.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3327980.660.7200.62245.0756.824.51
Hex211B62424803Ef53919
Octal41331421021100763657131
Binary1000011101111000101000010100100001111101111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211B62; }

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

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

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

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

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

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

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

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