Shades of Sapphire #101B59
Tints of Sapphire #101B59
RGB
CMYK
RGB Variations
Color information
#101B59 (or 0x101B59) is known color: Sapphire. HEX triplet: 10, 1B and 59. RGB value is (16,27,89). Sum of RGB (Red+Green+Blue) = 16+27+89=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #101B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B59 is #EFE4A6. Grayscale: #1E1E1E. Windows color (decimal): -15721639 or 5839632. OLE color: 5839632.
HSL color Cylindrical-coordinate representation of color #101B59: hue angle of 230.96º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101B59 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 27 | 89 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.65 |
| HSL | 230.96º | 0.7% | 0.21% | - |
| HSV(B) | 230.96º | 0.82% | 0.35% | - |
| XYZ | 2.41 | 1.62 | 9.64 | - |
| YUV | 30.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 89 | 0.82 | 0.70 | 0 | 0.65 | 230.96 | 0.7 | 0.21 |
| Hex | 10 | 1B | 59 | 52 | 46 | 0 | 41 | E7 | 46 | 15 |
| Octal | 20 | 33 | 131 | 122 | 106 | 0 | 101 | 347 | 106 | 25 |
| Binary | 10000 | 11011 | 1011001 | 1010010 | 1000110 | 0 | 1000001 | 11100111 | 1000110 | 10101 |
Color Harmonies of #101B59
Complementary color
Monochromatic Colors of #101B59
Black with #101B59
Text Example
Text Example
White with #101B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B59; }
p { color: rgb(16,27,89); }
H1.HeaderClassName
{
color: #101B59;
}
.AnyTagClassName
{
color: #101B59;
}
</style>
background-color css
<style>
a { background-color: #101B59; }
a { background-color: rgb(16,27,89); }
div.DivClassName
{
background-color: #101B59;
}
.BgClassName
{
background-color: #101B59;
}
</style>
border-color css
<style>
span { border-color: #101B59; }
span { border-color: rgb(16,27,89); }
td.TdClassName
{
border-color: #101B59;
}
.TagClassName
{
border-color: #101B59;
}
</style>