#11316C

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

Shades of Sapphire #11316C

Tints of Sapphire #11316C

Color information

#11316C (or 0x11316C) is unknown color: approx Sapphire. HEX triplet: 11, 31 and 6C. RGB value is (17,49,108). Sum of RGB (Red+Green+Blue) = 17+49+108=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #11316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11316C is #EECE93. Grayscale: #2D2D2D. Windows color (decimal): -15650452 or 7090449. OLE color: 7090449.

HSL color Cylindrical-coordinate representation of color #11316C: hue angle of 218.9º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11316C is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1749108-
CMYK0.840.5500.58
HSL218.9º72.8%24.51%-
HSV(B)218.9º84.26%42.35%-
XYZ4.043.414.63-
YUV46.16162.9107.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=9.77%
G=28.16%
B=62.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17491080.840.5500.58218.972.824.51
Hex11316C543703Adb4919
Octal21611541246707233311131
Binary1000111000111011001010100110111011101011011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11316C; }

 p { color: rgb(17,49,108); }

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

<style>
 a { background-color: #11316C; }

 a { background-color: rgb(17,49,108); }

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

<style>
 span { border-color: #11316C; }

 span { border-color: rgb(17,49,108); }

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