Html Css Color HEX #211577 Midnight Blue

📋 copy color: '#211577'

red 33 ◦ green 21 ◦ blue 119

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

Shades of Midnight Blue #211577

Tints of Midnight Blue #211577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 19.08%
G = 12.14%
B = 68.79%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211577 (or 0x211577) is known color: Midnight Blue. HEX triplet: 21, 15 and 77. RGB value is (33,21,119). Sum of RGB (Red+Green+Blue) = 33+21+119=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #211577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211577 is #DEEA88. Grayscale: #232323. Windows color (decimal): -14609033 or 7804193. OLE color: 7804193.

HSL color Cylindrical-coordinate representation of color #211577: hue angle of 247.35º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211577 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 21 119 -
CMYK 0.72 0.82 0 0.53
HSL 247.35º 0.7% 0.27% -
HSV(B) 247.35º 0.82% 0.47% -
XYZ 4.23 2.19 17.65 -
YUV 35.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 33 21 119 0.72 0.82 0 0.53 247.35 0.7 0.27
Hex 21 15 77 48 52 0 35 F7 46 1B
Octal 41 25 167 110 122 0 65 367 106 33
Binary 100001 10101 1110111 1001000 1010010 0 110101 11110111 1000110 11011

Color Harmonies of #211577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211577

Black with #211577

Text Example


Text Example

White with #211577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211577; }

 p { color: rgb(33,21,119); }

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

background-color css

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

 a { background-color: rgb(33,21,119); }

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

border-color css

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

 span { border-color: rgb(33,21,119); }

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