Html Css Color HEX #211777 Midnight Blue

📋 copy color: '#211777'

red 33 ◦ green 23 ◦ blue 119

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

Shades of Midnight Blue #211777

Tints of Midnight Blue #211777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 18.86%
G = 13.14%
B = 68%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211777 (or 0x211777) is known color: Midnight Blue. HEX triplet: 21, 17 and 77. RGB value is (33,23,119). Sum of RGB (Red+Green+Blue) = 33+23+119=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #211777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211777 is #DEE888. Grayscale: #242424. Windows color (decimal): -14608521 or 7804705. OLE color: 7804705.

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

Color convert

RGB 33 23 119 -
CMYK 0.72 0.81 0 0.53
HSL 246.25º 0.68% 0.28% -
HSV(B) 246.25º 0.81% 0.47% -
XYZ 4.26 2.27 17.67 -
YUV 36.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 33 23 119 0.72 0.81 0 0.53 246.25 0.68 0.28
Hex 21 17 77 48 51 0 35 F6 44 1C
Octal 41 27 167 110 121 0 65 366 104 34
Binary 100001 10111 1110111 1001000 1010001 0 110101 11110110 1000100 11100

Color Harmonies of #211777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211777

Black with #211777

Text Example


Text Example

White with #211777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211777; }

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

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

background-color css

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

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

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

border-color css

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

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

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