#103174

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

Shades of Sapphire #103174

Tints of Sapphire #103174

Color information

#103174 (or 0x103174) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 74. RGB value is (16,49,116). Sum of RGB (Red+Green+Blue) = 16+49+116=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #103174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103174 is #EFCE8B. Grayscale: #2E2E2E. Windows color (decimal): -15715980 or 7614736. OLE color: 7614736.

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

Color convert

RGB1649116-
CMYK0.860.5800.55
HSL220.2º75.76%25.88%-
HSV(B)220.2º86.21%45.49%-
XYZ4.463.5716.98-
YUV46.77167.07106.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 116 (45.70% from 255) = 64.09%
R=8.84%
G=27.07%
B=64.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16491160.860.5800.55220.275.7625.88
Hex103174563A037dc4c1a
Octal20611641267206733411432
Binary1000011000111101001010110111010011011111011100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103174; }

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

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

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

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

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

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

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

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