#1A183A

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

Shades of Jaguar #1A183A

Tints of Jaguar #1A183A

Color information

#1A183A (or 0x1A183A) is unknown color: approx Jaguar. HEX triplet: 1A, 18 and 3A. RGB value is (26,24,58). Sum of RGB (Red+Green+Blue) = 26+24+58=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A183A is #E5E7C5. Grayscale: #1C1C1C. Windows color (decimal): -15067078 or 3807258. OLE color: 3807258.

HSL color Cylindrical-coordinate representation of color #1A183A: hue angle of 243.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A183A is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB262458-
CMYK0.550.5900.77
HSL243.53º41.46%16.08%-
HSV(B)243.53º58.62%22.75%-
XYZ1.521.184.15-
YUV28.47144.66126.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.07%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=24.07%
G=22.22%
B=53.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2624580.550.5900.77243.5341.4616.08
Hex1A183A373B04Df42910
Octal323072677301153645120
Binary1101011000111010110111111011010011011111010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,58); }

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

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

 a { background-color: rgb(26,24,58); }

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

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

 span { border-color: rgb(26,24,58); }

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