Html Css Color HEX #211872 Midnight Blue

📋 copy color: '#211872'

red 33 ◦ green 24 ◦ blue 114

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

Shades of Midnight Blue #211872

Tints of Midnight Blue #211872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 19.3%
G = 14.04%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211872 (or 0x211872) is known color: Midnight Blue. HEX triplet: 21, 18 and 72. RGB value is (33,24,114). Sum of RGB (Red+Green+Blue) = 33+24+114=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #211872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211872 is #DEE78D. Grayscale: #242424. Windows color (decimal): -14608270 or 7477281. OLE color: 7477281.

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

Color convert

RGB 33 24 114 -
CMYK 0.71 0.79 0 0.55
HSL 246º 0.65% 0.27% -
HSV(B) 246º 0.79% 0.45% -
XYZ 3.99 2.19 16.13 -
YUV 36.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 33 24 114 0.71 0.79 0 0.55 246 0.65 0.27
Hex 21 18 72 47 4F 0 37 F6 41 1B
Octal 41 30 162 107 117 0 67 366 101 33
Binary 100001 11000 1110010 1000111 1001111 0 110111 11110110 1000001 11011

Color Harmonies of #211872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211872

Black with #211872

Text Example


Text Example

White with #211872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211872; }

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

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

background-color css

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

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

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

border-color css

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

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

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