#110C39

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

Shades of Jaguar #110C39

Tints of Jaguar #110C39

Color information

#110C39 (or 0x110C39) is unknown color: approx Jaguar. HEX triplet: 11, 0C and 39. RGB value is (17,12,57). Sum of RGB (Red+Green+Blue) = 17+12+57=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 57 (22.66% from 255 or 66.28% from 86); Max value from RGB is 57 - color contains mainly: blue. Hex color #110C39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C39 is #EEF3C6. Grayscale: #121212. Windows color (decimal): -15659975 or 3738641. OLE color: 3738641.

HSL color Cylindrical-coordinate representation of color #110C39: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #110C39 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB171257-
CMYK0.700.7900.78
HSL246.67º65.22%13.53%-
HSV(B)246.67º78.95%22.35%-
XYZ1.10.683.94-
YUV18.62149.66126.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 57 (22.66% from 255) = 66.28%
R=19.77%
G=13.95%
B=66.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1712570.700.7900.78246.6765.2213.53
Hex11C39464F04Ef741e
Octal211471106117011636710116
Binary10001110011100110001101001111010011101111011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110C39; }

 p { color: rgb(17,12,57); }

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

<style>
 a { background-color: #110C39; }

 a { background-color: rgb(17,12,57); }

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

<style>
 span { border-color: #110C39; }

 span { border-color: rgb(17,12,57); }

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