#131063

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

Shades of Midnight Blue #131063

Tints of Midnight Blue #131063

Color information

#131063 (or 0x131063) is unknown color: approx Midnight Blue. HEX triplet: 13, 10 and 63. RGB value is (19,16,99). Sum of RGB (Red+Green+Blue) = 19+16+99=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #131063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131063 is #ECEF9C. Grayscale: #1A1A1A. Windows color (decimal): -15527837 or 6492179. OLE color: 6492179.

HSL color Cylindrical-coordinate representation of color #131063: hue angle of 242.17º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131063 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB191699-
CMYK0.810.8400.61
HSL242.17º72.17%22.55%-
HSV(B)242.17º83.84%38.82%-
XYZ2.711.4111.93-
YUV26.36168.99122.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=14.18%
G=11.94%
B=73.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1916990.810.8400.61242.1772.1722.55
Hex131063515403Df24817
Octal232014312112407536211027
Binary1001110000110001110100011010100011110111110010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131063; }

 p { color: rgb(19,16,99); }

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

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

 a { background-color: rgb(19,16,99); }

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

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

 span { border-color: rgb(19,16,99); }

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