#1A172B

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

Shades of Jaguar #1A172B

Tints of Jaguar #1A172B

Color information

#1A172B (or 0x1A172B) is unknown color: approx Jaguar. HEX triplet: 1A, 17 and 2B. RGB value is (26,23,43). Sum of RGB (Red+Green+Blue) = 26+23+43=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172B is #E5E8D4. Grayscale: #1A1A1A. Windows color (decimal): -15067349 or 2823962. OLE color: 2823962.

HSL color Cylindrical-coordinate representation of color #1A172B: hue angle of 249º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A172B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB262343-
CMYK0.400.4700.83
HSL249º30.3%12.94%-
HSV(B)249º46.51%16.86%-
XYZ1.171.012.42-
YUV26.18137.49127.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.26%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=28.26%
G=25%
B=46.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2623430.400.4700.8324930.312.94
Hex1A172B282F053f91ed
Octal322753505701233713615
Binary11010101111010111010001011110101001111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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