Shades of Sapphire #102558
Tints of Sapphire #102558
RGB
CMYK
RGB Variations
Color information
#102558 (or 0x102558) is known color: Sapphire. HEX triplet: 10, 25 and 58. RGB value is (16,37,88). Sum of RGB (Red+Green+Blue) = 16+37+88=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #102558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102558 is #EFDAA7. Grayscale: #242424. Windows color (decimal): -15719080 or 5776656. OLE color: 5776656.
HSL color Cylindrical-coordinate representation of color #102558: hue angle of 222.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102558 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 37 | 88 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.65 |
| HSL | 222.5º | 0.69% | 0.2% | - |
| HSV(B) | 222.5º | 0.82% | 0.35% | - |
| XYZ | 2.64 | 2.14 | 9.51 | - |
| YUV | 36.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 88 | 0.82 | 0.58 | 0 | 0.65 | 222.5 | 0.69 | 0.2 |
| Hex | 10 | 25 | 58 | 52 | 3A | 0 | 41 | DE | 45 | 14 |
| Octal | 20 | 45 | 130 | 122 | 72 | 0 | 101 | 336 | 105 | 24 |
| Binary | 10000 | 100101 | 1011000 | 1010010 | 111010 | 0 | 1000001 | 11011110 | 1000101 | 10100 |
Color Harmonies of #102558
Complementary color
Monochromatic Colors of #102558
Black with #102558
Text Example
Text Example
White with #102558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102558; }
p { color: rgb(16,37,88); }
H1.HeaderClassName
{
color: #102558;
}
.AnyTagClassName
{
color: #102558;
}
</style>
background-color css
<style>
a { background-color: #102558; }
a { background-color: rgb(16,37,88); }
div.DivClassName
{
background-color: #102558;
}
.BgClassName
{
background-color: #102558;
}
</style>
border-color css
<style>
span { border-color: #102558; }
span { border-color: rgb(16,37,88); }
td.TdClassName
{
border-color: #102558;
}
.TagClassName
{
border-color: #102558;
}
</style>