Html Css Color HEX #211871 Midnight Blue

📋 copy color: '#211871'

red 33 ◦ green 24 ◦ blue 113

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

Shades of Midnight Blue #211871

Tints of Midnight Blue #211871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 66.47%

R = 19.41%
G = 14.12%
B = 66.47%

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

#211871 (or 0x211871) is known color: Midnight Blue. HEX triplet: 21, 18 and 71. RGB value is (33,24,113). Sum of RGB (Red+Green+Blue) = 33+24+113=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #211871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211871 is #DEE78E. Grayscale: #242424. Windows color (decimal): -14608271 or 7411745. OLE color: 7411745.

HSL color Cylindrical-coordinate representation of color #211871: hue angle of 246.07º 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 #211871 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 24 113 -
CMYK 0.71 0.79 0 0.56
HSL 246.07º 0.65% 0.27% -
HSV(B) 246.07º 0.79% 0.44% -
XYZ 3.93 2.17 15.83 -
YUV 36.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 33 24 113 0.71 0.79 0 0.56 246.07 0.65 0.27
Hex 21 18 71 47 4F 0 38 F6 41 1B
Octal 41 30 161 107 117 0 70 366 101 33
Binary 100001 11000 1110001 1000111 1001111 0 111000 11110110 1000001 11011

Color Harmonies of #211871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211871

Black with #211871

Text Example


Text Example

White with #211871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211871; }

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

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

background-color css

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

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

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

border-color css

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

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

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