#113370

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

Shades of Sapphire #113370

Tints of Sapphire #113370

Color information

#113370 (or 0x113370) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 70. RGB value is (17,51,112). Sum of RGB (Red+Green+Blue) = 17+51+112=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #113370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113370 is #EECC8F. Grayscale: #2F2F2F. Windows color (decimal): -15649936 or 7353105. OLE color: 7353105.

HSL color Cylindrical-coordinate representation of color #113370: hue angle of 218.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113370 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1751112-
CMYK0.850.5400.56
HSL218.53º73.64%25.29%-
HSV(B)218.53º84.82%43.92%-
XYZ4.343.6615.81-
YUV47.79164.24106.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=9.44%
G=28.33%
B=62.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17511120.850.5400.56218.5373.6425.29
Hex1133705536038db4a19
Octal21631601256607033311231
Binary1000111001111100001010101110110011100011011011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113370; }

 p { color: rgb(17,51,112); }

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

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

 a { background-color: rgb(17,51,112); }

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

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

 span { border-color: rgb(17,51,112); }

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