#130E26

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

Shades of Jaguar #130E26

Tints of Jaguar #130E26

Color information

#130E26 (or 0x130E26) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 26. RGB value is (19,14,38). Sum of RGB (Red+Green+Blue) = 19+14+38=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #130E26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E26 is #ECF1D9. Grayscale: #121212. Windows color (decimal): -15528410 or 2493971. OLE color: 2493971.

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

Color convert

RGB191438-
CMYK0.500.6300.85
HSL252.5º46.15%10.2%-
HSV(B)252.5º63.16%14.9%-
XYZ0.780.591.91-
YUV18.23139.16128.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 38 (15.23% from 255) = 53.52%
R=26.76%
G=19.72%
B=53.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1914380.500.6300.85252.546.1510.2
Hex13E26323F055fc2ea
Octal231646627701253745612
Binary10011111010011011001011111101010101111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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