#113061

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

Shades of Sapphire #113061

Tints of Sapphire #113061

Color information

#113061 (or 0x113061) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 61. RGB value is (17,48,97). Sum of RGB (Red+Green+Blue) = 17+48+97=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #113061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113061 is #EECF9E. Grayscale: #2C2C2C. Windows color (decimal): -15650719 or 6369297. OLE color: 6369297.

HSL color Cylindrical-coordinate representation of color #113061: hue angle of 216.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113061 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB174897-
CMYK0.820.5100.62
HSL216.75º70.18%22.35%-
HSV(B)216.75º82.47%38.04%-
XYZ3.453.111.73-
YUV44.32157.73108.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=10.49%
G=29.63%
B=59.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1748970.820.5100.62216.7570.1822.35
Hex113061523303Ed94616
Octal21601411226307633110626
Binary1000111000011000011010010110011011111011011001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113061; }

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

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

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

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

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

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

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

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