#10316D

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

Shades of Sapphire #10316D

Tints of Sapphire #10316D

Color information

#10316D (or 0x10316D) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 6D. RGB value is (16,49,109). Sum of RGB (Red+Green+Blue) = 16+49+109=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #10316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316D is #EFCE92. Grayscale: #2D2D2D. Windows color (decimal): -15715987 or 7155984. OLE color: 7155984.

HSL color Cylindrical-coordinate representation of color #10316D: hue angle of 218.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10316D is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1649109-
CMYK0.850.5500.57
HSL218.71º74.4%24.51%-
HSV(B)218.71º85.32%42.75%-
XYZ4.073.4114.91-
YUV45.97163.57106.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=9.20%
G=28.16%
B=62.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16491090.850.5500.57218.7174.424.51
Hex10316D5537039db4a19
Octal20611551256707133311231
Binary1000011000111011011010101110111011100111011011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10316D; }

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

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

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

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

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

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

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

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