#130E30

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

Shades of Jaguar #130E30

Tints of Jaguar #130E30

Color information

#130E30 (or 0x130E30) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 30. RGB value is (19,14,48). Sum of RGB (Red+Green+Blue) = 19+14+48=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #130E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E30 is #ECF1CF. Grayscale: #131313. Windows color (decimal): -15528400 or 3149331. OLE color: 3149331.

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

Color convert

RGB191448-
CMYK0.600.7100.81
HSL248.82º54.84%12.16%-
HSV(B)248.82º70.83%18.82%-
XYZ0.960.672.87-
YUV19.37144.16127.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=23.46%
G=17.28%
B=59.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1914480.600.7100.81248.8254.8412.16
Hex13E303C47051f937c
Octal2316607410701213716714
Binary100111110110000111100100011101010001111110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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