Shades of Sapphire #102455
Tints of Sapphire #102455
RGB
CMYK
RGB Variations
Color information
#102455 (or 0x102455) is known color: Sapphire. HEX triplet: 10, 24 and 55. RGB value is (16,36,85). Sum of RGB (Red+Green+Blue) = 16+36+85=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #102455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102455 is #EFDBAA. Grayscale: #232323. Windows color (decimal): -15719339 or 5579792. OLE color: 5579792.
HSL color Cylindrical-coordinate representation of color #102455: hue angle of 222.61º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102455 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 36 | 85 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.67 |
| HSL | 222.61º | 0.68% | 0.2% | - |
| HSV(B) | 222.61º | 0.81% | 0.33% | - |
| XYZ | 2.48 | 2.03 | 8.85 | - |
| YUV | 35.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 85 | 0.81 | 0.58 | 0 | 0.67 | 222.61 | 0.68 | 0.2 |
| Hex | 10 | 24 | 55 | 51 | 3A | 0 | 43 | DF | 44 | 14 |
| Octal | 20 | 44 | 125 | 121 | 72 | 0 | 103 | 337 | 104 | 24 |
| Binary | 10000 | 100100 | 1010101 | 1010001 | 111010 | 0 | 1000011 | 11011111 | 1000100 | 10100 |
Color Harmonies of #102455
Complementary color
Monochromatic Colors of #102455
Black with #102455
Text Example
Text Example
White with #102455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102455; }
p { color: rgb(16,36,85); }
H1.HeaderClassName
{
color: #102455;
}
.AnyTagClassName
{
color: #102455;
}
</style>
background-color css
<style>
a { background-color: #102455; }
a { background-color: rgb(16,36,85); }
div.DivClassName
{
background-color: #102455;
}
.BgClassName
{
background-color: #102455;
}
</style>
border-color css
<style>
span { border-color: #102455; }
span { border-color: rgb(16,36,85); }
td.TdClassName
{
border-color: #102455;
}
.TagClassName
{
border-color: #102455;
}
</style>