#102859

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

Shades of Sapphire #102859

Tints of Sapphire #102859

Color information

#102859 (or 0x102859) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 59. RGB value is (16,40,89). Sum of RGB (Red+Green+Blue) = 16+40+89=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #102859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102859 is #EFD7A6. Grayscale: #262626. Windows color (decimal): -15718311 or 5842960. OLE color: 5842960.

HSL color Cylindrical-coordinate representation of color #102859: hue angle of 220.27º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102859 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB164089-
CMYK0.820.5500.65
HSL220.27º69.52%20.59%-
HSV(B)220.27º82.02%34.9%-
XYZ2.782.359.76-
YUV38.41156.55112.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=11.03%
G=27.59%
B=61.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1640890.820.5500.65220.2769.5220.59
Hex1028595237041dc4615
Octal205013112267010133410625
Binary10000101000101100110100101101110100000111011100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102859; }

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

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

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

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

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

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

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

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