#211961

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

Shades of Midnight Blue #211961

Tints of Midnight Blue #211961

Color information

#211961 (or 0x211961) is unknown color: approx Midnight Blue. HEX triplet: 21, 19 and 61. RGB value is (33,25,97). Sum of RGB (Red+Green+Blue) = 33+25+97=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #211961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211961 is #DEE69E. Grayscale: #232323. Windows color (decimal): -14608031 or 6363425. OLE color: 6363425.

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

Color convert

RGB332597-
CMYK0.660.7400.62
HSL246.67º59.02%23.92%-
HSV(B)246.67º74.23%38.04%-
XYZ3.131.8811.51-
YUV35.6162.65126.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=21.29%
G=16.13%
B=62.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3325970.660.7400.62246.6759.0223.92
Hex211961424A03Ef73b18
Octal41311411021120763677330
Binary1000011100111000011000010100101001111101111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211961; }

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

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

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

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

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

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

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

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