Html Css Color HEX #211377 Midnight Blue

📋 copy color: '#211377'

red 33 ◦ green 19 ◦ blue 119

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

Shades of Midnight Blue #211377

Tints of Midnight Blue #211377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 19.3%
G = 11.11%
B = 69.59%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211377 (or 0x211377) is known color: Midnight Blue. HEX triplet: 21, 13 and 77. RGB value is (33,19,119). Sum of RGB (Red+Green+Blue) = 33+19+119=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #211377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211377 is #DEEC88. Grayscale: #222222. Windows color (decimal): -14609545 or 7803681. OLE color: 7803681.

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

Color convert

RGB 33 19 119 -
CMYK 0.72 0.84 0 0.53
HSL 248.4º 0.72% 0.27% -
HSV(B) 248.4º 0.84% 0.47% -
XYZ 4.19 2.12 17.64 -
YUV 34.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 33 19 119 0.72 0.84 0 0.53 248.4 0.72 0.27
Hex 21 13 77 48 54 0 35 F8 48 1B
Octal 41 23 167 110 124 0 65 370 110 33
Binary 100001 10011 1110111 1001000 1010100 0 110101 11111000 1001000 11011

Color Harmonies of #211377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211377

Black with #211377

Text Example


Text Example

White with #211377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211377; }

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

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

background-color css

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

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

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

border-color css

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

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

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