#131036

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

Shades of Jaguar #131036

Tints of Jaguar #131036

Color information

#131036 (or 0x131036) is unknown color: approx Jaguar. HEX triplet: 13, 10 and 36. RGB value is (19,16,54). Sum of RGB (Red+Green+Blue) = 19+16+54=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #131036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131036 is #ECEFC9. Grayscale: #151515. Windows color (decimal): -15527882 or 3543059. OLE color: 3543059.

HSL color Cylindrical-coordinate representation of color #131036: hue angle of 244.74º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131036 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB191654-
CMYK0.650.7000.79
HSL244.74º54.29%13.73%-
HSV(B)244.74º70.37%21.18%-
XYZ1.120.783.58-
YUV21.23146.49126.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 54 (21.48% from 255) = 60.67%
R=21.35%
G=17.98%
B=60.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1916540.650.7000.79244.7454.2913.73
Hex131036414604Ff536e
Octal23206610110601173656616
Binary10011100001101101000001100011001001111111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131036; }

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

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

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

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

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

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

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

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