#211B60

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

Shades of Midnight Blue #211B60

Tints of Midnight Blue #211B60

Color information

#211B60 (or 0x211B60) is unknown color: approx Midnight Blue. HEX triplet: 21, 1B and 60. RGB value is (33,27,96). Sum of RGB (Red+Green+Blue) = 33+27+96=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #211B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B60 is #DEE49F. Grayscale: #242424. Windows color (decimal): -14607520 or 6298401. OLE color: 6298401.

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

Color convert

RGB332796-
CMYK0.660.7200.62
HSL245.22º56.1%24.12%-
HSV(B)245.22º71.88%37.65%-
XYZ3.131.9511.28-
YUV36.66161.49125.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=21.15%
G=17.31%
B=61.54%

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
Decimal3327960.660.7200.62245.2256.124.12
Hex211B60424803Ef53818
Octal41331401021100763657030
Binary1000011101111000001000010100100001111101111010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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