#130E38

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

Shades of Jaguar #130E38

Tints of Jaguar #130E38

Color information

#130E38 (or 0x130E38) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 38. RGB value is (19,14,56). Sum of RGB (Red+Green+Blue) = 19+14+56=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #130E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E38 is #ECF1C7. Grayscale: #141414. Windows color (decimal): -15528392 or 3673619. OLE color: 3673619.

HSL color Cylindrical-coordinate representation of color #130E38: hue angle of 247.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130E38 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB191456-
CMYK0.660.7500.78
HSL247.14º60%13.73%-
HSV(B)247.14º75%21.96%-
XYZ1.140.743.82-
YUV20.28148.16127.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 14 (5.86% from 255) = 15.73%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=21.35%
G=15.73%
B=62.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1914560.660.7500.78247.146013.73
Hex13E38424B04Ef73ce
Octal23167010211301163677416
Binary1001111101110001000010100101101001110111101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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