#201572

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

Shades of Midnight Blue #201572

Tints of Midnight Blue #201572

Color information

#201572 (or 0x201572) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 72. RGB value is (32,21,114). Sum of RGB (Red+Green+Blue) = 32+21+114=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #201572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201572 is #DFEA8D. Grayscale: #222222. Windows color (decimal): -14674574 or 7476512. OLE color: 7476512.

HSL color Cylindrical-coordinate representation of color #201572: hue angle of 247.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201572 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3221114-
CMYK0.720.8200.55
HSL247.1º68.89%26.47%-
HSV(B)247.1º81.58%44.71%-
XYZ3.92.0616.11-
YUV34.89172.64125.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 114 (44.92% from 255) = 68.26%
R=19.16%
G=12.57%
B=68.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32211140.720.8200.55247.168.8926.47
Hex2015724852037f7451a
Octal402516211012206736710532
Binary10000010101111001010010001010010011011111110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201572; }

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

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

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

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

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

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

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

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