Shades of Sapphire #102461
Tints of Sapphire #102461
RGB
CMYK
RGB Variations
Color information
#102461 (or 0x102461) is known color: Sapphire. HEX triplet: 10, 24 and 61. RGB value is (16,36,97). Sum of RGB (Red+Green+Blue) = 16+36+97=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #102461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102461 is #EFDB9E. Grayscale: #242424. Windows color (decimal): -15719327 or 6366224. OLE color: 6366224.
HSL color Cylindrical-coordinate representation of color #102461: hue angle of 225.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102461 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 36 | 97 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.62 |
| HSL | 225.19º | 0.72% | 0.22% | - |
| HSV(B) | 225.19º | 0.84% | 0.38% | - |
| XYZ | 3 | 2.23 | 11.58 | - |
| YUV | 36.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 97 | 0.84 | 0.63 | 0 | 0.62 | 225.19 | 0.72 | 0.22 |
| Hex | 10 | 24 | 61 | 54 | 3F | 0 | 3E | E1 | 48 | 16 |
| Octal | 20 | 44 | 141 | 124 | 77 | 0 | 76 | 341 | 110 | 26 |
| Binary | 10000 | 100100 | 1100001 | 1010100 | 111111 | 0 | 111110 | 11100001 | 1001000 | 10110 |
Color Harmonies of #102461
Complementary color
Monochromatic Colors of #102461
Black with #102461
Text Example
Text Example
White with #102461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102461; }
p { color: rgb(16,36,97); }
H1.HeaderClassName
{
color: #102461;
}
.AnyTagClassName
{
color: #102461;
}
</style>
background-color css
<style>
a { background-color: #102461; }
a { background-color: rgb(16,36,97); }
div.DivClassName
{
background-color: #102461;
}
.BgClassName
{
background-color: #102461;
}
</style>
border-color css
<style>
span { border-color: #102461; }
span { border-color: rgb(16,36,97); }
td.TdClassName
{
border-color: #102461;
}
.TagClassName
{
border-color: #102461;
}
</style>