#201576

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

Shades of Midnight Blue #201576

Tints of Midnight Blue #201576

Color information

#201576 (or 0x201576) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 76. RGB value is (32,21,118). Sum of RGB (Red+Green+Blue) = 32+21+118=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #201576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201576 is #DFEA89. Grayscale: #222222. Windows color (decimal): -14674570 or 7738656. OLE color: 7738656.

HSL color Cylindrical-coordinate representation of color #201576: hue angle of 246.8º 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 #201576 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3221118-
CMYK0.730.8200.54
HSL246.8º69.78%27.25%-
HSV(B)246.8º82.2%46.27%-
XYZ4.132.1517.34-
YUV35.35174.64125.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=18.71%
G=12.28%
B=69.01%

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
Decimal32211180.730.8200.54246.869.7827.25
Hex2015764952036f7461b
Octal402516611112206636710633
Binary10000010101111011010010011010010011011011110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201576; }

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

 H1.HeaderClassName
 {
   color: #201576;
 }
 .AnyTagClassName
 {
   color: #201576;
 }
</style>
background-color css

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

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

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

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

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

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