#19153A

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

Shades of Jaguar #19153A

Tints of Jaguar #19153A

Color information

#19153A (or 0x19153A) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 3A. RGB value is (25,21,58). Sum of RGB (Red+Green+Blue) = 25+21+58=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #19153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19153A is #E6EAC5. Grayscale: #1A1A1A. Windows color (decimal): -15133382 or 3806489. OLE color: 3806489.

HSL color Cylindrical-coordinate representation of color #19153A: hue angle of 246.49º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19153A is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB252158-
CMYK0.570.6400.77
HSL246.49º46.84%15.49%-
HSV(B)246.49º63.79%22.75%-
XYZ1.431.054.13-
YUV26.41145.83126.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=24.04%
G=20.19%
B=55.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2521580.570.6400.77246.4946.8415.49
Hex19153A394004Df62ff
Octal3125727110001153665717
Binary1100110101111010111001100000001001101111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19153A; }

 p { color: rgb(25,21,58); }

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

<style>
 a { background-color: #19153A; }

 a { background-color: rgb(25,21,58); }

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

<style>
 span { border-color: #19153A; }

 span { border-color: rgb(25,21,58); }

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