Html Css Color HEX #201563 Midnight Blue

📋 copy color: '#201563'

red 32 ◦ green 21 ◦ blue 99

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

Shades of Midnight Blue #201563

Tints of Midnight Blue #201563

RGB

 RED value IS 32 (12.89% from 255) = 21.05%

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

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

R = 21.05%
G = 13.82%
B = 65.13%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#201563 (or 0x201563) is known color: Midnight Blue. HEX triplet: 20, 15 and 63. RGB value is (32,21,99). Sum of RGB (Red+Green+Blue) = 32+21+99=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #201563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201563 is #DFEA9C. Grayscale: #202020. Windows color (decimal): -14674589 or 6493472. OLE color: 6493472.

HSL color Cylindrical-coordinate representation of color #201563: hue angle of 248.46º 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 #201563 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 21 99 -
CMYK 0.68 0.79 0 0.61
HSL 248.46º 0.65% 0.24% -
HSV(B) 248.46º 0.79% 0.39% -
XYZ 3.12 1.74 11.98 -
YUV 33.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 32 21 99 0.68 0.79 0 0.61 248.46 0.65 0.24
Hex 20 15 63 44 4F 0 3D F8 41 18
Octal 40 25 143 104 117 0 75 370 101 30
Binary 100000 10101 1100011 1000100 1001111 0 111101 11111000 1000001 11000

Color Harmonies of #201563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201563

Black with #201563

Text Example


Text Example

White with #201563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201563; }

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

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

background-color css

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

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

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

border-color css

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

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

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