#113478

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

Shades of Sapphire #113478

Tints of Sapphire #113478

Color information

#113478 (or 0x113478) is unknown color: approx Sapphire. HEX triplet: 11, 34 and 78. RGB value is (17,52,120). Sum of RGB (Red+Green+Blue) = 17+52+120=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #113478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113478 is #EECB87. Grayscale: #303030. Windows color (decimal): -15649672 or 7877649. OLE color: 7877649.

HSL color Cylindrical-coordinate representation of color #113478: hue angle of 219.61º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113478 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1752120-
CMYK0.860.5700.53
HSL219.61º75.18%26.86%-
HSV(B)219.61º85.83%47.06%-
XYZ4.853.9318.27-
YUV49.29167.9104.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=8.99%
G=27.51%
B=63.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17521200.860.5700.53219.6175.1826.86
Hex1134785639035dc4b1b
Octal21641701267106533411333
Binary1000111010011110001010110111001011010111011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113478; }

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

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

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

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

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

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

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

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