Html Css Color HEX #211660 Midnight Blue

📋 copy color: '#211660'

red 33 ◦ green 22 ◦ blue 96

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

Shades of Midnight Blue #211660

Tints of Midnight Blue #211660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 21.85%
G = 14.57%
B = 63.58%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211660 (or 0x211660) is known color: Midnight Blue. HEX triplet: 21, 16 and 60. RGB value is (33,22,96). Sum of RGB (Red+Green+Blue) = 33+22+96=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #211660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211660 is #DEE99F. Grayscale: #212121. Windows color (decimal): -14608800 or 6297121. OLE color: 6297121.

HSL color Cylindrical-coordinate representation of color #211660: hue angle of 248.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211660 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 22 96 -
CMYK 0.66 0.77 0 0.62
HSL 248.92º 0.63% 0.23% -
HSV(B) 248.92º 0.77% 0.38% -
XYZ 3.03 1.74 11.24 -
YUV 33.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 33 22 96 0.66 0.77 0 0.62 248.92 0.63 0.23
Hex 21 16 60 42 4D 0 3E F9 3F 17
Octal 41 26 140 102 115 0 76 371 77 27
Binary 100001 10110 1100000 1000010 1001101 0 111110 11111001 111111 10111

Color Harmonies of #211660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211660

Black with #211660

Text Example


Text Example

White with #211660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211660; }

 p { color: rgb(33,22,96); }

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

background-color css

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

 a { background-color: rgb(33,22,96); }

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

border-color css

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

 span { border-color: rgb(33,22,96); }

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