#130D36

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

Shades of Jaguar #130D36

Tints of Jaguar #130D36

Color information

#130D36 (or 0x130D36) is unknown color: approx Jaguar. HEX triplet: 13, 0D and 36. RGB value is (19,13,54). Sum of RGB (Red+Green+Blue) = 19+13+54=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #130D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D36 is #ECF2C9. Grayscale: #131313. Windows color (decimal): -15528650 or 3542291. OLE color: 3542291.

HSL color Cylindrical-coordinate representation of color #130D36: hue angle of 248.78º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130D36 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB191354-
CMYK0.650.7600.79
HSL248.78º61.19%13.14%-
HSV(B)248.78º75.93%21.18%-
XYZ1.080.693.57-
YUV19.47147.49127.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 54 (21.48% from 255) = 62.79%
R=22.09%
G=15.12%
B=62.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1913540.650.7600.79248.7861.1913.14
Hex13D36414C04Ff93dd
Octal23156610111401173717515
Binary1001111011101101000001100110001001111111110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130D36; }

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

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

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

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

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

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

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

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