Html Css Color HEX #211477 Midnight Blue

📋 copy color: '#211477'

red 33 ◦ green 20 ◦ blue 119

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

Shades of Midnight Blue #211477

Tints of Midnight Blue #211477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

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

R = 19.19%
G = 11.63%
B = 69.19%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211477 (or 0x211477) is known color: Midnight Blue. HEX triplet: 21, 14 and 77. RGB value is (33,20,119). Sum of RGB (Red+Green+Blue) = 33+20+119=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #211477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211477 is #DEEB88. Grayscale: #222222. Windows color (decimal): -14609289 or 7803937. OLE color: 7803937.

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

Color convert

RGB 33 20 119 -
CMYK 0.72 0.83 0 0.53
HSL 247.88º 0.71% 0.27% -
HSV(B) 247.88º 0.83% 0.47% -
XYZ 4.21 2.16 17.65 -
YUV 35.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 33 20 119 0.72 0.83 0 0.53 247.88 0.71 0.27
Hex 21 14 77 48 53 0 35 F8 47 1B
Octal 41 24 167 110 123 0 65 370 107 33
Binary 100001 10100 1110111 1001000 1010011 0 110101 11111000 1000111 11011

Color Harmonies of #211477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211477

Black with #211477

Text Example


Text Example

White with #211477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211477; }

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

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

background-color css

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

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

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

border-color css

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

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

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