#11286E

Color #11286E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #11286E

Tints of Sapphire #11286E

Color information

#11286E (or 0x11286E) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 6E. RGB value is (17,40,110). Sum of RGB (Red+Green+Blue) = 17+40+110=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #11286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11286E is #EED791. Grayscale: #282828. Windows color (decimal): -15652754 or 7219217. OLE color: 7219217.

HSL color Cylindrical-coordinate representation of color #11286E: hue angle of 225.16º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11286E is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1740110-
CMYK0.850.6400.57
HSL225.16º73.23%24.9%-
HSV(B)225.16º84.55%43.14%-
XYZ3.82.7615.08-
YUV41.1166.88110.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=10.18%
G=23.95%
B=65.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17401100.850.6400.57225.1673.2324.9
Hex11286E5540039e14919
Octal215015612510007134111131
Binary10001101000110111010101011000000011100111100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11286E; }

 p { color: rgb(17,40,110); }

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

<style>
 a { background-color: #11286E; }

 a { background-color: rgb(17,40,110); }

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

<style>
 span { border-color: #11286E; }

 span { border-color: rgb(17,40,110); }

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