#11285A

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

Shades of Sapphire #11285A

Tints of Sapphire #11285A

Color information

#11285A (or 0x11285A) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 5A. RGB value is (17,40,90). Sum of RGB (Red+Green+Blue) = 17+40+90=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #11285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11285A is #EED7A5. Grayscale: #262626. Windows color (decimal): -15652774 or 5908497. OLE color: 5908497.

HSL color Cylindrical-coordinate representation of color #11285A: hue angle of 221.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11285A is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB174090-
CMYK0.810.5600.65
HSL221.1º68.22%20.98%-
HSV(B)221.1º81.11%35.29%-
XYZ2.842.379.98-
YUV38.82156.88112.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=11.56%
G=27.21%
B=61.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1740900.810.5600.65221.168.2220.98
Hex11285A5138041dd4415
Octal215013212170010133510425
Binary10001101000101101010100011110000100000111011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11285A; }

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

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

<style>
 a { background-color: #11285A; }

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

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

<style>
 span { border-color: #11285A; }

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

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