#1A172E

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

Shades of Jaguar #1A172E

Tints of Jaguar #1A172E

Color information

#1A172E (or 0x1A172E) is unknown color: approx Jaguar. HEX triplet: 1A, 17 and 2E. RGB value is (26,23,46). Sum of RGB (Red+Green+Blue) = 26+23+46=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172E is #E5E8D1. Grayscale: #1A1A1A. Windows color (decimal): -15067346 or 3020570. OLE color: 3020570.

HSL color Cylindrical-coordinate representation of color #1A172E: hue angle of 247.83º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A172E is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB262346-
CMYK0.430.5000.82
HSL247.83º33.33%13.53%-
HSV(B)247.83º50%18.04%-
XYZ1.231.032.72-
YUV26.52138.99127.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.37%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=27.37%
G=24.21%
B=48.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2623460.430.5000.82247.8333.3313.53
Hex1A172E2B32052f821e
Octal322756536201223704116
Binary110101011110111010101111001001010010111110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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