#113470

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

Shades of Sapphire #113470

Tints of Sapphire #113470

Color information

#113470 (or 0x113470) is unknown color: approx Sapphire. HEX triplet: 11, 34 and 70. RGB value is (17,52,112). Sum of RGB (Red+Green+Blue) = 17+52+112=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #113470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113470 is #EECB8F. Grayscale: #303030. Windows color (decimal): -15649680 or 7353361. OLE color: 7353361.

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

Color convert

RGB1752112-
CMYK0.850.5400.56
HSL217.89º73.64%25.29%-
HSV(B)217.89º84.82%43.92%-
XYZ4.383.7515.82-
YUV48.38163.9105.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=9.39%
G=28.73%
B=61.88%

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
Decimal17521120.850.5400.56217.8973.6425.29
Hex1134705536038da4a19
Octal21641601256607033211231
Binary1000111010011100001010101110110011100011011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113470; }

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

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

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

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

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

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

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

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