Html Css Color HEX #211168 Midnight Blue

📋 copy color: '#211168'

red 33 ◦ green 17 ◦ blue 104

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

Shades of Midnight Blue #211168

Tints of Midnight Blue #211168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 21.43%
G = 11.04%
B = 67.53%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211168 (or 0x211168) is known color: Midnight Blue. HEX triplet: 21, 11 and 68. RGB value is (33,17,104). Sum of RGB (Red+Green+Blue) = 33+17+104=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #211168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211168 is #DEEE97. Grayscale: #1F1F1F. Windows color (decimal): -14610072 or 6820129. OLE color: 6820129.

HSL color Cylindrical-coordinate representation of color #211168: hue angle of 251.03º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211168 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 17 104 -
CMYK 0.68 0.84 0 0.59
HSL 251.03º 0.72% 0.24% -
HSV(B) 251.03º 0.84% 0.41% -
XYZ 3.33 1.72 13.25 -
YUV 31.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 33 17 104 0.68 0.84 0 0.59 251.03 0.72 0.24
Hex 21 11 68 44 54 0 3B FB 48 18
Octal 41 21 150 104 124 0 73 373 110 30
Binary 100001 10001 1101000 1000100 1010100 0 111011 11111011 1001000 11000

Color Harmonies of #211168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211168

Black with #211168

Text Example


Text Example

White with #211168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211168; }

 p { color: rgb(33,17,104); }

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

background-color css

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

 a { background-color: rgb(33,17,104); }

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

border-color css

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

 span { border-color: rgb(33,17,104); }

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