Shades of Sapphire #101858
Tints of Sapphire #101858
RGB
CMYK
RGB Variations
Color information
#101858 (or 0x101858) is known color: Sapphire. HEX triplet: 10, 18 and 58. RGB value is (16,24,88). Sum of RGB (Red+Green+Blue) = 16+24+88=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #101858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101858 is #EFE7A7. Grayscale: #1C1C1C. Windows color (decimal): -15722408 or 5773328. OLE color: 5773328.
HSL color Cylindrical-coordinate representation of color #101858: hue angle of 233.33º 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 #101858 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 24 | 88 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.65 |
| HSL | 233.33º | 0.69% | 0.2% | - |
| HSV(B) | 233.33º | 0.82% | 0.35% | - |
| XYZ | 2.3 | 1.47 | 9.39 | - |
| YUV | 28.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 88 | 0.82 | 0.73 | 0 | 0.65 | 233.33 | 0.69 | 0.2 |
| Hex | 10 | 18 | 58 | 52 | 49 | 0 | 41 | E9 | 45 | 14 |
| Octal | 20 | 30 | 130 | 122 | 111 | 0 | 101 | 351 | 105 | 24 |
| Binary | 10000 | 11000 | 1011000 | 1010010 | 1001001 | 0 | 1000001 | 11101001 | 1000101 | 10100 |
Color Harmonies of #101858
Complementary color
Monochromatic Colors of #101858
Black with #101858
Text Example
Text Example
White with #101858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101858; }
p { color: rgb(16,24,88); }
H1.HeaderClassName
{
color: #101858;
}
.AnyTagClassName
{
color: #101858;
}
</style>
background-color css
<style>
a { background-color: #101858; }
a { background-color: rgb(16,24,88); }
div.DivClassName
{
background-color: #101858;
}
.BgClassName
{
background-color: #101858;
}
</style>
border-color css
<style>
span { border-color: #101858; }
span { border-color: rgb(16,24,88); }
td.TdClassName
{
border-color: #101858;
}
.TagClassName
{
border-color: #101858;
}
</style>