Html Css Color HEX #211A76 Midnight Blue

📋 copy color: '#211A76'

red 33 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #211A76

Tints of Midnight Blue #211A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.69%

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 18.64%
G = 14.69%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211A76 (or 0x211A76) is known color: Midnight Blue. HEX triplet: 21, 1A and 76. RGB value is (33,26,118). Sum of RGB (Red+Green+Blue) = 33+26+118=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #211A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A76 is #DEE589. Grayscale: #262626. Windows color (decimal): -14607754 or 7739937. OLE color: 7739937.

HSL color Cylindrical-coordinate representation of color #211A76: hue angle of 244.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211A76 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 26 118 -
CMYK 0.72 0.78 0 0.54
HSL 244.57º 0.64% 0.28% -
HSV(B) 244.57º 0.78% 0.46% -
XYZ 4.27 2.37 17.37 -
YUV 38.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 33 26 118 0.72 0.78 0 0.54 244.57 0.64 0.28
Hex 21 1A 76 48 4E 0 36 F5 40 1C
Octal 41 32 166 110 116 0 66 365 100 34
Binary 100001 11010 1110110 1001000 1001110 0 110110 11110101 1000000 11100

Color Harmonies of #211A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A76

Black with #211A76

Text Example


Text Example

White with #211A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211A76; }

 p { color: rgb(33,26,118); }

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

background-color css

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

 a { background-color: rgb(33,26,118); }

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

border-color css

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

 span { border-color: rgb(33,26,118); }

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