#1A1729

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

Shades of Jaguar #1A1729

Tints of Jaguar #1A1729

Color information

#1A1729 (or 0x1A1729) is unknown color: approx Jaguar. HEX triplet: 1A, 17 and 29. RGB value is (26,23,41). Sum of RGB (Red+Green+Blue) = 26+23+41=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1729 is #E5E8D6. Grayscale: #191919. Windows color (decimal): -15067351 or 2692890. OLE color: 2692890.

HSL color Cylindrical-coordinate representation of color #1A1729: hue angle of 250º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1A1729 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB262341-
CMYK0.370.4400.84
HSL250º28.12%12.55%-
HSV(B)250º43.9%16.08%-
XYZ1.130.992.23-
YUV25.95136.49128.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.89%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=28.89%
G=25.56%
B=45.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2623410.370.4400.8425028.1212.55
Hex1A1729252C054fa1cd
Octal322751455401243723415
Binary11010101111010011001011011000101010011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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