Html Css Color HEX #211870 Midnight Blue

📋 copy color: '#211870'

red 33 ◦ green 24 ◦ blue 112

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

Shades of Midnight Blue #211870

Tints of Midnight Blue #211870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 19.53%
G = 14.2%
B = 66.27%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211870 (or 0x211870) is known color: Midnight Blue. HEX triplet: 21, 18 and 70. RGB value is (33,24,112). Sum of RGB (Red+Green+Blue) = 33+24+112=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #211870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211870 is #DEE78F. Grayscale: #242424. Windows color (decimal): -14608272 or 7346209. OLE color: 7346209.

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

Color convert

RGB 33 24 112 -
CMYK 0.71 0.79 0 0.56
HSL 246.14º 0.65% 0.27% -
HSV(B) 246.14º 0.79% 0.44% -
XYZ 3.88 2.15 15.54 -
YUV 36.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 33 24 112 0.71 0.79 0 0.56 246.14 0.65 0.27
Hex 21 18 70 47 4F 0 38 F6 41 1B
Octal 41 30 160 107 117 0 70 366 101 33
Binary 100001 11000 1110000 1000111 1001111 0 111000 11110110 1000001 11011

Color Harmonies of #211870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211870

Black with #211870

Text Example


Text Example

White with #211870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211870; }

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

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

background-color css

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

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

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

border-color css

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

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

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