#113066

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

Shades of Sapphire #113066

Tints of Sapphire #113066

Color information

#113066 (or 0x113066) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 66. RGB value is (17,48,102). Sum of RGB (Red+Green+Blue) = 17+48+102=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #113066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113066 is #EECF99. Grayscale: #2C2C2C. Windows color (decimal): -15650714 or 6696977. OLE color: 6696977.

HSL color Cylindrical-coordinate representation of color #113066: hue angle of 218.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113066 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1748102-
CMYK0.830.5300.6
HSL218.12º71.43%23.33%-
HSV(B)218.12º83.33%40%-
XYZ3.693.1912.99-
YUV44.89160.23108.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=10.18%
G=28.74%
B=61.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17481020.830.5300.6218.1271.4323.33
Hex113066533503Cda4717
Octal21601461236507433210727
Binary1000111000011001101010011110101011110011011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113066; }

 p { color: rgb(17,48,102); }

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

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

 a { background-color: rgb(17,48,102); }

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

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

 span { border-color: rgb(17,48,102); }

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