#1C193C

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

Shades of Jaguar #1C193C

Tints of Jaguar #1C193C

Color information

#1C193C (or 0x1C193C) is unknown color: approx Jaguar. HEX triplet: 1C, 19 and 3C. RGB value is (28,25,60). Sum of RGB (Red+Green+Blue) = 28+25+60=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C193C is #E3E6C3. Grayscale: #1D1D1D. Windows color (decimal): -14935748 or 3938588. OLE color: 3938588.

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

Color convert

RGB282560-
CMYK0.530.5800.76
HSL245.14º41.18%16.67%-
HSV(B)245.14º58.33%23.53%-
XYZ1.641.274.43-
YUV29.89144.99126.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 60 (23.83% from 255) = 53.10%
R=24.78%
G=22.12%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2825600.530.5800.76245.1441.1816.67
Hex1C193C353A04Cf52911
Octal343174657201143655121
Binary1110011001111100110101111010010011001111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,25,60); }

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

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

 a { background-color: rgb(28,25,60); }

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

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

 span { border-color: rgb(28,25,60); }

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