#113075

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

Shades of Sapphire #113075

Tints of Sapphire #113075

Color information

#113075 (or 0x113075) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 75. RGB value is (17,48,117). Sum of RGB (Red+Green+Blue) = 17+48+117=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #113075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113075 is #EECF8A. Grayscale: #2E2E2E. Windows color (decimal): -15650699 or 7680017. OLE color: 7680017.

HSL color Cylindrical-coordinate representation of color #113075: hue angle of 221.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113075 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1748117-
CMYK0.850.5900.54
HSL221.4º74.63%26.27%-
HSV(B)221.4º85.47%45.88%-
XYZ4.53.5217.27-
YUV46.6167.73106.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=9.34%
G=26.37%
B=64.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17481170.850.5900.54221.474.6326.27
Hex113075553B036dd4b1a
Octal21601651257306633511332
Binary1000111000011101011010101111011011011011011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113075; }

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

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

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

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

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

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

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

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