Html Css Color HEX #211973 Midnight Blue

📋 copy color: '#211973'

red 33 ◦ green 25 ◦ blue 115

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

Shades of Midnight Blue #211973

Tints of Midnight Blue #211973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 115 (45.31% from 255) = 66.47%

R = 19.08%
G = 14.45%
B = 66.47%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211973 (or 0x211973) is known color: Midnight Blue. HEX triplet: 21, 19 and 73. RGB value is (33,25,115). Sum of RGB (Red+Green+Blue) = 33+25+115=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #211973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211973 is #DEE68C. Grayscale: #252525. Windows color (decimal): -14608013 or 7543073. OLE color: 7543073.

HSL color Cylindrical-coordinate representation of color #211973: hue angle of 245.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211973 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 25 115 -
CMYK 0.71 0.78 0 0.55
HSL 245.33º 0.64% 0.27% -
HSV(B) 245.33º 0.78% 0.45% -
XYZ 4.07 2.26 16.44 -
YUV 37.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 33 25 115 0.71 0.78 0 0.55 245.33 0.64 0.27
Hex 21 19 73 47 4E 0 37 F5 40 1B
Octal 41 31 163 107 116 0 67 365 100 33
Binary 100001 11001 1110011 1000111 1001110 0 110111 11110101 1000000 11011

Color Harmonies of #211973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211973

Black with #211973

Text Example


Text Example

White with #211973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211973; }

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

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

background-color css

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

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

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

border-color css

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

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

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