Html Css Color HEX #211169 Midnight Blue

📋 copy color: '#211169'

red 33 ◦ green 17 ◦ blue 105

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

Shades of Midnight Blue #211169

Tints of Midnight Blue #211169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 21.29%
G = 10.97%
B = 67.74%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211169 (or 0x211169) is known color: Midnight Blue. HEX triplet: 21, 11 and 69. RGB value is (33,17,105). Sum of RGB (Red+Green+Blue) = 33+17+105=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #211169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211169 is #DEEE96. Grayscale: #1F1F1F. Windows color (decimal): -14610071 or 6885665. OLE color: 6885665.

HSL color Cylindrical-coordinate representation of color #211169: hue angle of 250.91º 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 #211169 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 17 105 -
CMYK 0.69 0.84 0 0.59
HSL 250.91º 0.72% 0.24% -
HSV(B) 250.91º 0.84% 0.41% -
XYZ 3.38 1.74 13.52 -
YUV 31.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 33 17 105 0.69 0.84 0 0.59 250.91 0.72 0.24
Hex 21 11 69 45 54 0 3B FB 48 18
Octal 41 21 151 105 124 0 73 373 110 30
Binary 100001 10001 1101001 1000101 1010100 0 111011 11111011 1001000 11000

Color Harmonies of #211169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211169

Black with #211169

Text Example


Text Example

White with #211169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211169; }

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

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

background-color css

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

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

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

border-color css

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

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

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