Shades of Sapphire #102451
Tints of Sapphire #102451
RGB
CMYK
RGB Variations
Color information
#102451 (or 0x102451) is known color: Sapphire. HEX triplet: 10, 24 and 51. RGB value is (16,36,81). Sum of RGB (Red+Green+Blue) = 16+36+81=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #102451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102451 is #EFDBAE. Grayscale: #222222. Windows color (decimal): -15719343 or 5317648. OLE color: 5317648.
HSL color Cylindrical-coordinate representation of color #102451: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102451 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 36 | 81 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.68 |
| HSL | 221.54º | 0.67% | 0.19% | - |
| HSV(B) | 221.54º | 0.8% | 0.32% | - |
| XYZ | 2.33 | 1.97 | 8.04 | - |
| YUV | 35.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 81 | 0.80 | 0.56 | 0 | 0.68 | 221.54 | 0.67 | 0.19 |
| Hex | 10 | 24 | 51 | 50 | 38 | 0 | 44 | DE | 43 | 13 |
| Octal | 20 | 44 | 121 | 120 | 70 | 0 | 104 | 336 | 103 | 23 |
| Binary | 10000 | 100100 | 1010001 | 1010000 | 111000 | 0 | 1000100 | 11011110 | 1000011 | 10011 |
Color Harmonies of #102451
Complementary color
Monochromatic Colors of #102451
Black with #102451
Text Example
Text Example
White with #102451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102451; }
p { color: rgb(16,36,81); }
H1.HeaderClassName
{
color: #102451;
}
.AnyTagClassName
{
color: #102451;
}
</style>
background-color css
<style>
a { background-color: #102451; }
a { background-color: rgb(16,36,81); }
div.DivClassName
{
background-color: #102451;
}
.BgClassName
{
background-color: #102451;
}
</style>
border-color css
<style>
span { border-color: #102451; }
span { border-color: rgb(16,36,81); }
td.TdClassName
{
border-color: #102451;
}
.TagClassName
{
border-color: #102451;
}
</style>