Html Css Color HEX #211771 Midnight Blue

📋 copy color: '#211771'

red 33 ◦ green 23 ◦ blue 113

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

Shades of Midnight Blue #211771

Tints of Midnight Blue #211771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 19.53%
G = 13.61%
B = 66.86%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211771 (or 0x211771) is known color: Midnight Blue. HEX triplet: 21, 17 and 71. RGB value is (33,23,113). Sum of RGB (Red+Green+Blue) = 33+23+113=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #211771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211771 is #DEE88E. Grayscale: #232323. Windows color (decimal): -14608527 or 7411489. OLE color: 7411489.

HSL color Cylindrical-coordinate representation of color #211771: hue angle of 246.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211771 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 23 113 -
CMYK 0.71 0.80 0 0.56
HSL 246.67º 0.66% 0.27% -
HSV(B) 246.67º 0.8% 0.44% -
XYZ 3.91 2.13 15.83 -
YUV 36.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 33 23 113 0.71 0.80 0 0.56 246.67 0.66 0.27
Hex 21 17 71 47 50 0 38 F7 42 1B
Octal 41 27 161 107 120 0 70 367 102 33
Binary 100001 10111 1110001 1000111 1010000 0 111000 11110111 1000010 11011

Color Harmonies of #211771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211771

Black with #211771

Text Example


Text Example

White with #211771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211771; }

 p { color: rgb(33,23,113); }

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

background-color css

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

 a { background-color: rgb(33,23,113); }

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

border-color css

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

 span { border-color: rgb(33,23,113); }

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