#103476

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

Shades of Sapphire #103476

Tints of Sapphire #103476

Color information

#103476 (or 0x103476) is unknown color: approx Sapphire. HEX triplet: 10, 34 and 76. RGB value is (16,52,118). Sum of RGB (Red+Green+Blue) = 16+52+118=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #103476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103476 is #EFCB89. Grayscale: #303030. Windows color (decimal): -15715210 or 7746576. OLE color: 7746576.

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

Color convert

RGB1652118-
CMYK0.860.5600.54
HSL218.82º76.12%26.27%-
HSV(B)218.82º86.44%46.27%-
XYZ4.713.8717.64-
YUV48.76167.07104.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=8.60%
G=27.96%
B=63.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16521180.860.5600.54218.8276.1226.27
Hex1034765638036db4c1a
Octal20641661267006633311432
Binary1000011010011101101010110111000011011011011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103476; }

 p { color: rgb(16,52,118); }

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

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

 a { background-color: rgb(16,52,118); }

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

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

 span { border-color: rgb(16,52,118); }

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