#20127F

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

Shades of Midnight Blue #20127F

Tints of Midnight Blue #20127F

Color information

#20127F (or 0x20127F) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 7F. RGB value is (32,18,127). Sum of RGB (Red+Green+Blue) = 32+18+127=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #20127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20127F is #DFED80. Grayscale: #222222. Windows color (decimal): -14675329 or 8327712. OLE color: 8327712.

HSL color Cylindrical-coordinate representation of color #20127F: hue angle of 247.71º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20127F is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3218127-
CMYK0.750.8600.50
HSL247.71º75.17%28.43%-
HSV(B)247.71º85.83%49.8%-
XYZ4.642.2720.27-
YUV34.61180.14126.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 127 (50% from 255) = 71.75%
R=18.08%
G=10.17%
B=71.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32181270.750.8600.50247.7175.1728.43
Hex20127F4B56032f84b1c
Octal402217711312606237011334
Binary10000010010111111110010111010110011001011111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20127F; }

 p { color: rgb(32,18,127); }

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

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

 a { background-color: rgb(32,18,127); }

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

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

 span { border-color: rgb(32,18,127); }

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