#103163

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

Shades of Sapphire #103163

Tints of Sapphire #103163

Color information

#103163 (or 0x103163) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 63. RGB value is (16,49,99). Sum of RGB (Red+Green+Blue) = 16+49+99=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #103163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103163 is #EFCE9C. Grayscale: #2C2C2C. Windows color (decimal): -15715997 or 6500624. OLE color: 6500624.

HSL color Cylindrical-coordinate representation of color #103163: hue angle of 216.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103163 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB164999-
CMYK0.840.5100.61
HSL216.14º72.17%22.55%-
HSV(B)216.14º83.84%38.82%-
XYZ3.563.2112.24-
YUV44.83158.57107.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 99 (39.06% from 255) = 60.37%
R=9.76%
G=29.88%
B=60.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1649990.840.5100.61216.1472.1722.55
Hex103163543303Dd84817
Octal20611431246307533011027
Binary1000011000111000111010100110011011110111011000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103163; }

 p { color: rgb(16,49,99); }

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

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

 a { background-color: rgb(16,49,99); }

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

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

 span { border-color: rgb(16,49,99); }

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