#130F29

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

Shades of Jaguar #130F29

Tints of Jaguar #130F29

Color information

#130F29 (or 0x130F29) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 29. RGB value is (19,15,41). Sum of RGB (Red+Green+Blue) = 19+15+41=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #130F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F29 is #ECF0D6. Grayscale: #131313. Windows color (decimal): -15528151 or 2690835. OLE color: 2690835.

HSL color Cylindrical-coordinate representation of color #130F29: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130F29 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191541-
CMYK0.540.6300.84
HSL249.23º46.43%10.98%-
HSV(B)249.23º63.41%16.08%-
XYZ0.840.642.18-
YUV19.16140.33127.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=25.33%
G=20%
B=54.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1915410.540.6300.84249.2346.4310.98
Hex13F29363F054f92eb
Octal231751667701243715613
Binary10011111110100111011011111101010100111110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,41); }

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

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

 a { background-color: rgb(19,15,41); }

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

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

 span { border-color: rgb(19,15,41); }

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