Html Css Color HEX #211970 Midnight Blue

📋 copy color: '#211970'

red 33 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #211970

Tints of Midnight Blue #211970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 19.41%
G = 14.71%
B = 65.88%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211970 (or 0x211970) is known color: Midnight Blue. HEX triplet: 21, 19 and 70. RGB value is (33,25,112). Sum of RGB (Red+Green+Blue) = 33+25+112=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #211970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211970 is #DEE68F. Grayscale: #242424. Windows color (decimal): -14608016 or 7346465. OLE color: 7346465.

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

Color convert

RGB 33 25 112 -
CMYK 0.71 0.78 0 0.56
HSL 245.52º 0.64% 0.27% -
HSV(B) 245.52º 0.78% 0.44% -
XYZ 3.9 2.19 15.55 -
YUV 37.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 33 25 112 0.71 0.78 0 0.56 245.52 0.64 0.27
Hex 21 19 70 47 4E 0 38 F6 40 1B
Octal 41 31 160 107 116 0 70 366 100 33
Binary 100001 11001 1110000 1000111 1001110 0 111000 11110110 1000000 11011

Color Harmonies of #211970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211970

Black with #211970

Text Example


Text Example

White with #211970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211970; }

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

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

background-color css

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

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

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

border-color css

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

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

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