#201F5F

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

Shades of Midnight Blue #201F5F

Tints of Midnight Blue #201F5F

Color information

#201F5F (or 0x201F5F) is unknown color: approx Midnight Blue. HEX triplet: 20, 1F and 5F. RGB value is (32,31,95). Sum of RGB (Red+Green+Blue) = 32+31+95=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #201F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F5F is #DFE0A0. Grayscale: #262626. Windows color (decimal): -14672033 or 6233888. OLE color: 6233888.

HSL color Cylindrical-coordinate representation of color #201F5F: hue angle of 240.94º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201F5F is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB323195-
CMYK0.660.6700.63
HSL240.94º50.79%24.71%-
HSV(B)240.94º67.37%37.25%-
XYZ3.152.1111.07-
YUV38.6159.83123.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=20.25%
G=19.62%
B=60.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3231950.660.6700.63240.9450.7924.71
Hex201F5F424303Ff13319
Octal40371371021030773616331
Binary1000001111110111111000010100001101111111111000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201F5F; }

 p { color: rgb(32,31,95); }

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

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

 a { background-color: rgb(32,31,95); }

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

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

 span { border-color: rgb(32,31,95); }

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