Html Css Color HEX #211376 Midnight Blue

📋 copy color: '#211376'

red 33 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #211376

Tints of Midnight Blue #211376

RGB

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

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

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

R = 19.41%
G = 11.18%
B = 69.41%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211376 (or 0x211376) is known color: Midnight Blue. HEX triplet: 21, 13 and 76. RGB value is (33,19,118). Sum of RGB (Red+Green+Blue) = 33+19+118=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #211376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211376 is #DEEC89. Grayscale: #222222. Windows color (decimal): -14609546 or 7738145. OLE color: 7738145.

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

Color convert

RGB 33 19 118 -
CMYK 0.72 0.84 0 0.54
HSL 248.48º 0.72% 0.27% -
HSV(B) 248.48º 0.84% 0.46% -
XYZ 4.13 2.1 17.33 -
YUV 34.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 33 19 118 0.72 0.84 0 0.54 248.48 0.72 0.27
Hex 21 13 76 48 54 0 36 F8 48 1B
Octal 41 23 166 110 124 0 66 370 110 33
Binary 100001 10011 1110110 1001000 1010100 0 110110 11111000 1001000 11011

Color Harmonies of #211376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211376

Black with #211376

Text Example


Text Example

White with #211376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211376; }

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

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

background-color css

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

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

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

border-color css

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

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

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