#11275B

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

Shades of Sapphire #11275B

Tints of Sapphire #11275B

Color information

#11275B (or 0x11275B) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 5B. RGB value is (17,39,91). Sum of RGB (Red+Green+Blue) = 17+39+91=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #11275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11275B is #EED8A4. Grayscale: #262626. Windows color (decimal): -15653029 or 5973777. OLE color: 5973777.

HSL color Cylindrical-coordinate representation of color #11275B: hue angle of 222.16º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11275B is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB173991-
CMYK0.810.5700.64
HSL222.16º68.52%21.18%-
HSV(B)222.16º81.32%35.69%-
XYZ2.852.3310.2-
YUV38.35157.71112.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=11.56%
G=26.53%
B=61.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1739910.810.5700.64222.1668.5221.18
Hex11275B5139040de4515
Octal214713312171010033610525
Binary10001100111101101110100011110010100000011011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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