Html Css Color HEX #201561 Midnight Blue

📋 copy color: '#201561'

red 32 ◦ green 21 ◦ blue 97

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

Shades of Midnight Blue #201561

Tints of Midnight Blue #201561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.67%

R = 21.33%
G = 14%
B = 64.67%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#201561 (or 0x201561) is known color: Midnight Blue. HEX triplet: 20, 15 and 61. RGB value is (32,21,97). Sum of RGB (Red+Green+Blue) = 32+21+97=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #201561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201561 is #DFEA9E. Grayscale: #202020. Windows color (decimal): -14674591 or 6362400. OLE color: 6362400.

HSL color Cylindrical-coordinate representation of color #201561: hue angle of 248.68º 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 #201561 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 21 97 -
CMYK 0.67 0.78 0 0.62
HSL 248.68º 0.64% 0.23% -
HSV(B) 248.68º 0.78% 0.38% -
XYZ 3.02 1.71 11.48 -
YUV 32.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 32 21 97 0.67 0.78 0 0.62 248.68 0.64 0.23
Hex 20 15 61 43 4E 0 3E F9 40 17
Octal 40 25 141 103 116 0 76 371 100 27
Binary 100000 10101 1100001 1000011 1001110 0 111110 11111001 1000000 10111

Color Harmonies of #201561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201561

Black with #201561

Text Example


Text Example

White with #201561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201561; }

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

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

background-color css

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

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

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

border-color css

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

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

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