Html Css Color HEX #201577 Midnight Blue

📋 copy color: '#201577'

red 32 ◦ green 21 ◦ blue 119

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

Shades of Midnight Blue #201577

Tints of Midnight Blue #201577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 18.6%
G = 12.21%
B = 69.19%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201577 (or 0x201577) is known color: Midnight Blue. HEX triplet: 20, 15 and 77. RGB value is (32,21,119). Sum of RGB (Red+Green+Blue) = 32+21+119=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #201577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201577 is #DFEA88. Grayscale: #232323. Windows color (decimal): -14674569 or 7804192. OLE color: 7804192.

HSL color Cylindrical-coordinate representation of color #201577: hue angle of 246.73º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201577 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 21 119 -
CMYK 0.73 0.82 0 0.53
HSL 246.73º 0.7% 0.27% -
HSV(B) 246.73º 0.82% 0.47% -
XYZ 4.19 2.18 17.65 -
YUV 35.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 32 21 119 0.73 0.82 0 0.53 246.73 0.7 0.27
Hex 20 15 77 49 52 0 35 F7 46 1B
Octal 40 25 167 111 122 0 65 367 106 33
Binary 100000 10101 1110111 1001001 1010010 0 110101 11110111 1000110 11011

Color Harmonies of #201577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201577

Black with #201577

Text Example


Text Example

White with #201577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201577; }

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

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

background-color css

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

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

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

border-color css

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

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

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