#131160

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

Shades of Midnight Blue #131160

Tints of Midnight Blue #131160

Color information

#131160 (or 0x131160) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 60. RGB value is (19,17,96). Sum of RGB (Red+Green+Blue) = 19+17+96=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #131160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131160 is #ECEE9F. Grayscale: #1A1A1A. Windows color (decimal): -15527584 or 6295827. OLE color: 6295827.

HSL color Cylindrical-coordinate representation of color #131160: hue angle of 241.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131160 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB191796-
CMYK0.800.8200.62
HSL241.52º69.91%22.16%-
HSV(B)241.52º82.29%37.65%-
XYZ2.581.3811.2-
YUV26.6167.16122.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=14.39%
G=12.88%
B=72.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1917960.800.8200.62241.5269.9122.16
Hex131160505203Ef24616
Octal232114012012207636210626
Binary1001110001110000010100001010010011111011110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131160; }

 p { color: rgb(19,17,96); }

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

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

 a { background-color: rgb(19,17,96); }

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

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

 span { border-color: rgb(19,17,96); }

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