#15113B

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

Shades of Jaguar #15113B

Tints of Jaguar #15113B

Color information

#15113B (or 0x15113B) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 3B. RGB value is (21,17,59). Sum of RGB (Red+Green+Blue) = 21+17+59=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #15113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15113B is #EAEEC4. Grayscale: #161616. Windows color (decimal): -15396549 or 3870997. OLE color: 3870997.

HSL color Cylindrical-coordinate representation of color #15113B: hue angle of 245.71º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15113B is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB211759-
CMYK0.640.7100.77
HSL245.71º55.26%14.9%-
HSV(B)245.71º71.19%23.14%-
XYZ1.30.884.24-
YUV22.98148.33126.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 59 (23.44% from 255) = 60.82%
R=21.65%
G=17.53%
B=60.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2117590.640.7100.77245.7155.2614.9
Hex15113B404704Df637f
Octal25217310010701153666717
Binary10101100011110111000000100011101001101111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15113B; }

 p { color: rgb(21,17,59); }

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

<style>
 a { background-color: #15113B; }

 a { background-color: rgb(21,17,59); }

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

<style>
 span { border-color: #15113B; }

 span { border-color: rgb(21,17,59); }

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