Html Css Color HEX #211877 Midnight Blue

📋 copy color: '#211877'

red 33 ◦ green 24 ◦ blue 119

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

Shades of Midnight Blue #211877

Tints of Midnight Blue #211877

RGB

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

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

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

R = 18.75%
G = 13.64%
B = 67.61%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211877 (or 0x211877) is known color: Midnight Blue. HEX triplet: 21, 18 and 77. RGB value is (33,24,119). Sum of RGB (Red+Green+Blue) = 33+24+119=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #211877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211877 is #DEE788. Grayscale: #252525. Windows color (decimal): -14608265 or 7804961. OLE color: 7804961.

HSL color Cylindrical-coordinate representation of color #211877: hue angle of 245.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211877 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 24 119 -
CMYK 0.72 0.80 0 0.53
HSL 245.68º 0.66% 0.28% -
HSV(B) 245.68º 0.8% 0.47% -
XYZ 4.28 2.31 17.67 -
YUV 37.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 33 24 119 0.72 0.80 0 0.53 245.68 0.66 0.28
Hex 21 18 77 48 50 0 35 F6 42 1C
Octal 41 30 167 110 120 0 65 366 102 34
Binary 100001 11000 1110111 1001000 1010000 0 110101 11110110 1000010 11100

Color Harmonies of #211877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211877

Black with #211877

Text Example


Text Example

White with #211877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211877; }

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

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

background-color css

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

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

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

border-color css

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

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

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