#201575

Color #201575 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #201575

Tints of Midnight Blue #201575

Color information

#201575 (or 0x201575) is unknown color: approx 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

RGB3221117-
CMYK0.730.8200.54
HSL246.88º69.57%27.06%-
HSV(B)246.88º82.05%45.88%-
XYZ4.072.1317.03-
YUV35.23174.14125.69-

RGB Variations

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

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 (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32211170.730.8200.54246.8869.5727.06
Hex2015754952036f7461b
Octal402516511112206636710633
Binary10000010101111010110010011010010011011011110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>