#102565

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

Shades of Sapphire #102565

Tints of Sapphire #102565

Color information

#102565 (or 0x102565) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 65. RGB value is (16,37,101). Sum of RGB (Red+Green+Blue) = 16+37+101=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #102565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102565 is #EFDA9A. Grayscale: #252525. Windows color (decimal): -15719067 or 6628624. OLE color: 6628624.

HSL color Cylindrical-coordinate representation of color #102565: hue angle of 225.18º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102565 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1637101-
CMYK0.840.6300.60
HSL225.18º72.65%22.94%-
HSV(B)225.18º84.16%39.61%-
XYZ3.222.3712.6-
YUV38.02163.54112.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=10.39%
G=24.03%
B=65.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16371010.840.6300.60225.1872.6522.94
Hex102565543F03Ce14917
Octal20451451247707434111127
Binary1000010010111001011010100111111011110011100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102565; }

 p { color: rgb(16,37,101); }

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

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

 a { background-color: rgb(16,37,101); }

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

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

 span { border-color: rgb(16,37,101); }

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