#130E25

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

Shades of Jaguar #130E25

Tints of Jaguar #130E25

Color information

#130E25 (or 0x130E25) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 25. RGB value is (19,14,37). Sum of RGB (Red+Green+Blue) = 19+14+37=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #130E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E25 is #ECF1DA. Grayscale: #121212. Windows color (decimal): -15528411 or 2428435. OLE color: 2428435.

HSL color Cylindrical-coordinate representation of color #130E25: hue angle of 253.04º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130E25 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB191437-
CMYK0.490.6200.85
HSL253.04º45.1%10%-
HSV(B)253.04º62.16%14.51%-
XYZ0.760.591.82-
YUV18.12138.66128.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=27.14%
G=20%
B=52.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1914370.490.6200.85253.0445.110
Hex13E25313E055fd2da
Octal231645617601253755512
Binary10011111010010111000111111001010101111111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,14,37); }

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

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

 a { background-color: rgb(19,14,37); }

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

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

 span { border-color: rgb(19,14,37); }

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