Html Css Color HEX #201575 Midnight Blue

📋 copy color: '#201575'

red 32 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #201575

Tints of Midnight Blue #201575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 18.82%
G = 12.35%
B = 68.82%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201575 (or 0x201575) is known color: Midnight Blue. HEX triplet: 20, 15 and 75. RGB value is (32,21,117). Sum of RGB (Red+Green+Blue) = 32+21+117=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #201575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201575 is #DFEA8A. Grayscale: #222222. Windows color (decimal): -14674571 or 7673120. OLE color: 7673120.

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

Color convert

RGB 32 21 117 -
CMYK 0.73 0.82 0 0.54
HSL 246.88º 0.7% 0.27% -
HSV(B) 246.88º 0.82% 0.46% -
XYZ 4.07 2.13 17.03 -
YUV 35.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 32 21 117 0.73 0.82 0 0.54 246.88 0.7 0.27
Hex 20 15 75 49 52 0 36 F7 46 1B
Octal 40 25 165 111 122 0 66 367 106 33
Binary 100000 10101 1110101 1001001 1010010 0 110110 11110111 1000110 11011

Color Harmonies of #201575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201575

Black with #201575

Text Example


Text Example

White with #201575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201575; }

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

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

background-color css

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

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

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

border-color css

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

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

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