#201F7B

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

Shades of Midnight Blue #201F7B

Tints of Midnight Blue #201F7B

Color information

#201F7B (or 0x201F7B) is unknown color: approx Midnight Blue. HEX triplet: 20, 1F and 7B. RGB value is (32,31,123). Sum of RGB (Red+Green+Blue) = 32+31+123=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #201F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F7B is #DFE084. Grayscale: #292929. Windows color (decimal): -14672005 or 8068896. OLE color: 8068896.

HSL color Cylindrical-coordinate representation of color #201F7B: hue angle of 240.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201F7B is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3231123-
CMYK0.740.7500.52
HSL240.65º59.74%30.2%-
HSV(B)240.65º74.8%48.24%-
XYZ4.662.7219.02-
YUV41.79173.83121.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=17.20%
G=16.67%
B=66.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32311230.740.7500.52240.6559.7430.2
Hex201F7B4A4B034f13c1e
Octal40371731121130643617436
Binary1000001111111110111001010100101101101001111000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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