#102759

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

Shades of Sapphire #102759

Tints of Sapphire #102759

Color information

#102759 (or 0x102759) is unknown color: approx Sapphire. HEX triplet: 10, 27 and 59. RGB value is (16,39,89). Sum of RGB (Red+Green+Blue) = 16+39+89=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #102759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102759 is #EFD8A6. Grayscale: #252525. Windows color (decimal): -15718567 or 5842704. OLE color: 5842704.

HSL color Cylindrical-coordinate representation of color #102759: hue angle of 221.1º 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 #102759 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB163989-
CMYK0.820.5600.65
HSL221.1º69.52%20.59%-
HSV(B)221.1º82.02%34.9%-
XYZ2.742.289.75-
YUV37.82156.88112.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=11.11%
G=27.08%
B=61.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1639890.820.5600.65221.169.5220.59
Hex1027595238041dd4615
Octal204713112270010133510625
Binary10000100111101100110100101110000100000111011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102759; }

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

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

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

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

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

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

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

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