Shades of Sapphire #101F60
Tints of Sapphire #101F60
RGB
CMYK
RGB Variations
Color information
#101F60 (or 0x101F60) is known color: Sapphire. HEX triplet: 10, 1F and 60. RGB value is (16,31,96). Sum of RGB (Red+Green+Blue) = 16+31+96=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #101F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F60 is #EFE09F. Grayscale: #212121. Windows color (decimal): -15720608 or 6299408. OLE color: 6299408.
HSL color Cylindrical-coordinate representation of color #101F60: hue angle of 228.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #101F60 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 31 | 96 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.62 |
| HSL | 228.75º | 0.71% | 0.22% | - |
| HSV(B) | 228.75º | 0.83% | 0.38% | - |
| XYZ | 2.81 | 1.93 | 11.29 | - |
| YUV | 33.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 96 | 0.83 | 0.68 | 0 | 0.62 | 228.75 | 0.71 | 0.22 |
| Hex | 10 | 1F | 60 | 53 | 44 | 0 | 3E | E5 | 47 | 16 |
| Octal | 20 | 37 | 140 | 123 | 104 | 0 | 76 | 345 | 107 | 26 |
| Binary | 10000 | 11111 | 1100000 | 1010011 | 1000100 | 0 | 111110 | 11100101 | 1000111 | 10110 |
Color Harmonies of #101F60
Complementary color
Monochromatic Colors of #101F60
Black with #101F60
Text Example
Text Example
White with #101F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F60; }
p { color: rgb(16,31,96); }
H1.HeaderClassName
{
color: #101F60;
}
.AnyTagClassName
{
color: #101F60;
}
</style>
background-color css
<style>
a { background-color: #101F60; }
a { background-color: rgb(16,31,96); }
div.DivClassName
{
background-color: #101F60;
}
.BgClassName
{
background-color: #101F60;
}
</style>
border-color css
<style>
span { border-color: #101F60; }
span { border-color: rgb(16,31,96); }
td.TdClassName
{
border-color: #101F60;
}
.TagClassName
{
border-color: #101F60;
}
</style>