#1A1737

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

Shades of Jaguar #1A1737

Tints of Jaguar #1A1737

Color information

#1A1737 (or 0x1A1737) is unknown color: approx Jaguar. HEX triplet: 1A, 17 and 37. RGB value is (26,23,55). Sum of RGB (Red+Green+Blue) = 26+23+55=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1737 is #E5E8C8. Grayscale: #1B1B1B. Windows color (decimal): -15067337 or 3610394. OLE color: 3610394.

HSL color Cylindrical-coordinate representation of color #1A1737: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A1737 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB262355-
CMYK0.530.5800.78
HSL245.62º41.03%15.29%-
HSV(B)245.62º58.18%21.57%-
XYZ1.421.113.75-
YUV27.54143.49126.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=25%
G=22.12%
B=52.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2623550.530.5800.78245.6241.0315.29
Hex1A1737353A04Ef629f
Octal322767657201163665117
Binary110101011111011111010111101001001110111101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1737; }

 p { color: rgb(26,23,55); }

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

<style>
 a { background-color: #1A1737; }

 a { background-color: rgb(26,23,55); }

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

<style>
 span { border-color: #1A1737; }

 span { border-color: rgb(26,23,55); }

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