#102876

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

Shades of Sapphire #102876

Tints of Sapphire #102876

Color information

#102876 (or 0x102876) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 76. RGB value is (16,40,118). Sum of RGB (Red+Green+Blue) = 16+40+118=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #102876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102876 is #EFD789. Grayscale: #292929. Windows color (decimal): -15718282 or 7743504. OLE color: 7743504.

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

Color convert

RGB1640118-
CMYK0.860.6600.54
HSL225.88º76.12%26.27%-
HSV(B)225.88º86.44%46.27%-
XYZ4.242.9417.48-
YUV41.72171.05109.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=9.20%
G=22.99%
B=67.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16401180.860.6600.54225.8876.1226.27
Hex1028765642036e24c1a
Octal205016612610206634211432
Binary10000101000111011010101101000010011011011100010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102876; }

 p { color: rgb(16,40,118); }

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

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

 a { background-color: rgb(16,40,118); }

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

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

 span { border-color: rgb(16,40,118); }

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