#130D35

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

Shades of Jaguar #130D35

Tints of Jaguar #130D35

Color information

#130D35 (or 0x130D35) is unknown color: approx Jaguar. HEX triplet: 13, 0D and 35. RGB value is (19,13,53). Sum of RGB (Red+Green+Blue) = 19+13+53=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #130D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D35 is #ECF2CA. Grayscale: #131313. Windows color (decimal): -15528651 or 3476755. OLE color: 3476755.

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

Color convert

RGB191353-
CMYK0.640.7500.79
HSL249º60.61%12.94%-
HSV(B)249º75.47%20.78%-
XYZ1.060.683.44-
YUV19.35146.99127.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=22.35%
G=15.29%
B=62.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1913530.640.7500.7924960.6112.94
Hex13D35404B04Ff93dd
Octal23156510011301173717515
Binary1001111011101011000000100101101001111111110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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