Html Css Color HEX #211561 Midnight Blue

📋 copy color: '#211561'

red 33 ◦ green 21 ◦ blue 97

#211561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #211561

Tints of Midnight Blue #211561

RGB

 RED value IS 33 (13.28% from 255) = 21.85%

 GREEN value IS 21 (8.59% from 255) = 13.91%

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 21.85%
G = 13.91%
B = 64.24%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211561 (or 0x211561) is known color: Midnight Blue. HEX triplet: 21, 15 and 61. RGB value is (33,21,97). Sum of RGB (Red+Green+Blue) = 33+21+97=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #211561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211561 is #DEEA9E. Grayscale: #202020. Windows color (decimal): -14609055 or 6362401. OLE color: 6362401.

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

Color convert

RGB 33 21 97 -
CMYK 0.66 0.78 0 0.62
HSL 249.47º 0.64% 0.23% -
HSV(B) 249.47º 0.78% 0.38% -
XYZ 3.05 1.72 11.48 -
YUV 33.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 33 21 97 0.66 0.78 0 0.62 249.47 0.64 0.23
Hex 21 15 61 42 4E 0 3E F9 40 17
Octal 41 25 141 102 116 0 76 371 100 27
Binary 100001 10101 1100001 1000010 1001110 0 111110 11111001 1000000 10111

Color Harmonies of #211561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211561

Black with #211561

Text Example


Text Example

White with #211561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211561; }

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

 H1.HeaderClassName
 {
   color: #211561;
 }
 .AnyTagClassName
 {
   color: #211561;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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