#113570

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

Shades of Sapphire #113570

Tints of Sapphire #113570

Color information

#113570 (or 0x113570) is unknown color: approx Sapphire. HEX triplet: 11, 35 and 70. RGB value is (17,53,112). Sum of RGB (Red+Green+Blue) = 17+53+112=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #113570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113570 is #EECA8F. Grayscale: #303030. Windows color (decimal): -15649424 or 7353617. OLE color: 7353617.

HSL color Cylindrical-coordinate representation of color #113570: hue angle of 217.26º 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 #113570 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1753112-
CMYK0.850.5300.56
HSL217.26º73.64%25.29%-
HSV(B)217.26º84.82%43.92%-
XYZ4.433.8415.84-
YUV48.96163.57105.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=9.34%
G=29.12%
B=61.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17531120.850.5300.56217.2673.6425.29
Hex1135705535038d94a19
Octal21651601256507033111231
Binary1000111010111100001010101110101011100011011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113570; }

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

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

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

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

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

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

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

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