#103271

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

Shades of Sapphire #103271

Tints of Sapphire #103271

Color information

#103271 (or 0x103271) is unknown color: approx Sapphire. HEX triplet: 10, 32 and 71. RGB value is (16,50,113). Sum of RGB (Red+Green+Blue) = 16+50+113=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #103271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103271 is #EFCD8E. Grayscale: #2E2E2E. Windows color (decimal): -15715727 or 7418384. OLE color: 7418384.

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

Color convert

RGB1650113-
CMYK0.860.5600.56
HSL218.97º75.19%25.29%-
HSV(B)218.97º85.84%44.31%-
XYZ4.333.5816.09-
YUV47.02165.24105.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 113 (44.53% from 255) = 63.13%
R=8.94%
G=27.93%
B=63.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16501130.860.5600.56218.9775.1925.29
Hex1032715638038db4b19
Octal20621611267007033311331
Binary1000011001011100011010110111000011100011011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103271; }

 p { color: rgb(16,50,113); }

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

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

 a { background-color: rgb(16,50,113); }

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

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

 span { border-color: rgb(16,50,113); }

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