Html Css Color HEX #211476 Midnight Blue

📋 copy color: '#211476'

red 33 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #211476

Tints of Midnight Blue #211476

RGB

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

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

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

R = 19.3%
G = 11.7%
B = 69.01%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211476 (or 0x211476) is known color: Midnight Blue. HEX triplet: 21, 14 and 76. RGB value is (33,20,118). Sum of RGB (Red+Green+Blue) = 33+20+118=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #211476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211476 is #DEEB89. Grayscale: #222222. Windows color (decimal): -14609290 or 7738401. OLE color: 7738401.

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

Color convert

RGB 33 20 118 -
CMYK 0.72 0.83 0 0.54
HSL 247.96º 0.71% 0.27% -
HSV(B) 247.96º 0.83% 0.46% -
XYZ 4.15 2.13 17.33 -
YUV 35.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 33 20 118 0.72 0.83 0 0.54 247.96 0.71 0.27
Hex 21 14 76 48 53 0 36 F8 47 1B
Octal 41 24 166 110 123 0 66 370 107 33
Binary 100001 10100 1110110 1001000 1010011 0 110110 11111000 1000111 11011

Color Harmonies of #211476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211476

Black with #211476

Text Example


Text Example

White with #211476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211476; }

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

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

background-color css

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

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

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

border-color css

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

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

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