#130F30

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

Shades of Jaguar #130F30

Tints of Jaguar #130F30

Color information

#130F30 (or 0x130F30) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 30. RGB value is (19,15,48). Sum of RGB (Red+Green+Blue) = 19+15+48=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #130F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F30 is #ECF0CF. Grayscale: #131313. Windows color (decimal): -15528144 or 3149587. OLE color: 3149587.

HSL color Cylindrical-coordinate representation of color #130F30: hue angle of 247.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #130F30 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB191548-
CMYK0.600.6900.81
HSL247.27º52.38%12.35%-
HSV(B)247.27º68.75%18.82%-
XYZ0.970.692.88-
YUV19.96143.83127.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=23.17%
G=18.29%
B=58.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1915480.600.6900.81247.2752.3812.35
Hex13F303C45051f734c
Octal2317607410501213676414
Binary100111111110000111100100010101010001111101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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