Html Css Color HEX #211560 Midnight Blue

📋 copy color: '#211560'

red 33 ◦ green 21 ◦ blue 96

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

Shades of Midnight Blue #211560

Tints of Midnight Blue #211560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

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

R = 22%
G = 14%
B = 64%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211560 (or 0x211560) is known color: Midnight Blue. HEX triplet: 21, 15 and 60. RGB value is (33,21,96). Sum of RGB (Red+Green+Blue) = 33+21+96=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #211560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211560 is #DEEA9F. Grayscale: #202020. Windows color (decimal): -14609056 or 6296865. OLE color: 6296865.

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

Color convert

RGB 33 21 96 -
CMYK 0.66 0.78 0 0.62
HSL 249.6º 0.64% 0.23% -
HSV(B) 249.6º 0.78% 0.38% -
XYZ 3.01 1.7 11.24 -
YUV 33.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 33 21 96 0.66 0.78 0 0.62 249.6 0.64 0.23
Hex 21 15 60 42 4E 0 3E FA 40 17
Octal 41 25 140 102 116 0 76 372 100 27
Binary 100001 10101 1100000 1000010 1001110 0 111110 11111010 1000000 10111

Color Harmonies of #211560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211560

Black with #211560

Text Example


Text Example

White with #211560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211560; }

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

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

background-color css

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

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

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

border-color css

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

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

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