#110B27

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

Shades of Jaguar #110B27

Tints of Jaguar #110B27

Color information

#110B27 (or 0x110B27) is unknown color: approx Jaguar. HEX triplet: 11, 0B and 27. RGB value is (17,11,39). Sum of RGB (Red+Green+Blue) = 17+11+39=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #110B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B27 is #EEF4D8. Grayscale: #0F0F0F. Windows color (decimal): -15660249 or 2558737. OLE color: 2558737.

HSL color Cylindrical-coordinate representation of color #110B27: hue angle of 252.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #110B27 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171139-
CMYK0.560.7200.85
HSL252.86º56%9.8%-
HSV(B)252.86º71.79%15.29%-
XYZ0.720.51.98-
YUV15.99140.99128.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 11 (4.69% from 255) = 16.42%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=25.37%
G=16.42%
B=58.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1711390.560.7200.85252.86569.8
Hex11B273848055fd38a
Octal2113477011001253757012
Binary100011011100111111000100100001010101111111011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,11,39); }

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

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

 a { background-color: rgb(17,11,39); }

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

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

 span { border-color: rgb(17,11,39); }

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