Html Css Color HEX #211563 Midnight Blue

📋 copy color: '#211563'

red 33 ◦ green 21 ◦ blue 99

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

Shades of Midnight Blue #211563

Tints of Midnight Blue #211563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 64.71%

R = 21.57%
G = 13.73%
B = 64.71%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211563 (or 0x211563) is known color: Midnight Blue. HEX triplet: 21, 15 and 63. RGB value is (33,21,99). Sum of RGB (Red+Green+Blue) = 33+21+99=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #211563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211563 is #DEEA9C. Grayscale: #212121. Windows color (decimal): -14609053 or 6493473. OLE color: 6493473.

HSL color Cylindrical-coordinate representation of color #211563: hue angle of 249.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211563 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 21 99 -
CMYK 0.67 0.79 0 0.61
HSL 249.23º 0.65% 0.24% -
HSV(B) 249.23º 0.79% 0.39% -
XYZ 3.15 1.76 11.98 -
YUV 33.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 33 21 99 0.67 0.79 0 0.61 249.23 0.65 0.24
Hex 21 15 63 43 4F 0 3D F9 41 18
Octal 41 25 143 103 117 0 75 371 101 30
Binary 100001 10101 1100011 1000011 1001111 0 111101 11111001 1000001 11000

Color Harmonies of #211563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211563

Black with #211563

Text Example


Text Example

White with #211563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211563; }

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

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

background-color css

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

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

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

border-color css

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

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

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