Shades of Sapphire #102565
Tints of Sapphire #102565
RGB
CMYK
RGB Variations
Color information
#102565 (or 0x102565) is known color: 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
| RGB | 16 | 37 | 101 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.60 |
| HSL | 225.18º | 0.73% | 0.23% | - |
| HSV(B) | 225.18º | 0.84% | 0.4% | - |
| XYZ | 3.22 | 2.37 | 12.6 | - |
| YUV | 38.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 101 | 0.84 | 0.63 | 0 | 0.60 | 225.18 | 0.73 | 0.23 |
| Hex | 10 | 25 | 65 | 54 | 3F | 0 | 3C | E1 | 49 | 17 |
| Octal | 20 | 45 | 145 | 124 | 77 | 0 | 74 | 341 | 111 | 27 |
| Binary | 10000 | 100101 | 1100101 | 1010100 | 111111 | 0 | 111100 | 11100001 | 1001001 | 10111 |
Color Harmonies of #102565
Complementary color
Monochromatic Colors of #102565
Black with #102565
Text Example
Text Example
White with #102565
Text Example
Text Example
HTML Codes & Css Web 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>