Html Css Color HEX #211277 Midnight Blue

📋 copy color: '#211277'

red 33 ◦ green 18 ◦ blue 119

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

Shades of Midnight Blue #211277

Tints of Midnight Blue #211277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 19.41%
G = 10.59%
B = 70%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#211277 (or 0x211277) is known color: Midnight Blue. HEX triplet: 21, 12 and 77. RGB value is (33,18,119). Sum of RGB (Red+Green+Blue) = 33+18+119=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #211277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211277 is #DEED88. Grayscale: #212121. Windows color (decimal): -14609801 or 7803425. OLE color: 7803425.

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

Color convert

RGB 33 18 119 -
CMYK 0.72 0.85 0 0.53
HSL 248.91º 0.74% 0.27% -
HSV(B) 248.91º 0.85% 0.47% -
XYZ 4.17 2.09 17.64 -
YUV 34 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 33 18 119 0.72 0.85 0 0.53 248.91 0.74 0.27
Hex 21 12 77 48 55 0 35 F9 4A 1B
Octal 41 22 167 110 125 0 65 371 112 33
Binary 100001 10010 1110111 1001000 1010101 0 110101 11111001 1001010 11011

Color Harmonies of #211277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211277

Black with #211277

Text Example


Text Example

White with #211277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211277; }

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

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

background-color css

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

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

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

border-color css

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

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

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