Html Css Color HEX #211170 Midnight Blue

📋 copy color: '#211170'

red 33 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #211170

Tints of Midnight Blue #211170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

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

R = 20.37%
G = 10.49%
B = 69.14%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211170 (or 0x211170) is known color: Midnight Blue. HEX triplet: 21, 11 and 70. RGB value is (33,17,112). Sum of RGB (Red+Green+Blue) = 33+17+112=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #211170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211170 is #DEEE8F. Grayscale: #202020. Windows color (decimal): -14610064 or 7344417. OLE color: 7344417.

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

Color convert

RGB 33 17 112 -
CMYK 0.71 0.85 0 0.56
HSL 250.11º 0.74% 0.25% -
HSV(B) 250.11º 0.85% 0.44% -
XYZ 3.75 1.89 15.5 -
YUV 32.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 33 17 112 0.71 0.85 0 0.56 250.11 0.74 0.25
Hex 21 11 70 47 55 0 38 FA 4A 19
Octal 41 21 160 107 125 0 70 372 112 31
Binary 100001 10001 1110000 1000111 1010101 0 111000 11111010 1001010 11001

Color Harmonies of #211170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211170

Black with #211170

Text Example


Text Example

White with #211170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211170; }

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

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

background-color css

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

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

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

border-color css

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

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

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