Shades of Sapphire #101F66
Tints of Sapphire #101F66
RGB
CMYK
RGB Variations
Color information
#101F66 (or 0x101F66) is known color: Sapphire. HEX triplet: 10, 1F and 66. RGB value is (16,31,102). Sum of RGB (Red+Green+Blue) = 16+31+102=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #101F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F66 is #EFE099. Grayscale: #222222. Windows color (decimal): -15720602 or 6692624. OLE color: 6692624.
HSL color Cylindrical-coordinate representation of color #101F66: hue angle of 229.53º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101F66 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 31 | 102 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.6 |
| HSL | 229.53º | 0.73% | 0.23% | - |
| HSV(B) | 229.53º | 0.84% | 0.4% | - |
| XYZ | 3.1 | 2.05 | 12.8 | - |
| YUV | 34.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 102 | 0.84 | 0.70 | 0 | 0.6 | 229.53 | 0.73 | 0.23 |
| Hex | 10 | 1F | 66 | 54 | 46 | 0 | 3C | E6 | 49 | 17 |
| Octal | 20 | 37 | 146 | 124 | 106 | 0 | 74 | 346 | 111 | 27 |
| Binary | 10000 | 11111 | 1100110 | 1010100 | 1000110 | 0 | 111100 | 11100110 | 1001001 | 10111 |
Color Harmonies of #101F66
Complementary color
Monochromatic Colors of #101F66
Black with #101F66
Text Example
Text Example
White with #101F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F66; }
p { color: rgb(16,31,102); }
H1.HeaderClassName
{
color: #101F66;
}
.AnyTagClassName
{
color: #101F66;
}
</style>
background-color css
<style>
a { background-color: #101F66; }
a { background-color: rgb(16,31,102); }
div.DivClassName
{
background-color: #101F66;
}
.BgClassName
{
background-color: #101F66;
}
</style>
border-color css
<style>
span { border-color: #101F66; }
span { border-color: rgb(16,31,102); }
td.TdClassName
{
border-color: #101F66;
}
.TagClassName
{
border-color: #101F66;
}
</style>