#201F7E

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

Shades of Midnight Blue #201F7E

Tints of Midnight Blue #201F7E

Color information

#201F7E (or 0x201F7E) is unknown color: approx Midnight Blue. HEX triplet: 20, 1F and 7E. RGB value is (32,31,126). Sum of RGB (Red+Green+Blue) = 32+31+126=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #201F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F7E is #DFE081. Grayscale: #292929. Windows color (decimal): -14672002 or 8265504. OLE color: 8265504.

HSL color Cylindrical-coordinate representation of color #201F7E: hue angle of 240.63º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201F7E is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3231126-
CMYK0.750.7500.51
HSL240.63º60.51%30.78%-
HSV(B)240.63º75.4%49.41%-
XYZ4.852.7920.02-
YUV42.13175.33120.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 126 (49.61% from 255) = 66.67%
R=16.93%
G=16.40%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32311260.750.7500.51240.6360.5130.78
Hex201F7E4B4B033f13d1f
Octal40371761131130633617537
Binary1000001111111111101001011100101101100111111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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