#103172

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

Shades of Sapphire #103172

Tints of Sapphire #103172

Color information

#103172 (or 0x103172) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 72. RGB value is (16,49,114). Sum of RGB (Red+Green+Blue) = 16+49+114=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #103172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103172 is #EFCE8D. Grayscale: #2E2E2E. Windows color (decimal): -15715982 or 7483664. OLE color: 7483664.

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

Color convert

RGB1649114-
CMYK0.860.5700.55
HSL219.8º75.38%25.49%-
HSV(B)219.8º85.96%44.71%-
XYZ4.353.5216.37-
YUV46.54166.07106.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=8.94%
G=27.37%
B=63.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16491140.860.5700.55219.875.3825.49
Hex1031725639037dc4b19
Octal20611621267106733411331
Binary1000011000111100101010110111001011011111011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103172; }

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

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

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

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

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

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

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

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