Shades of Sapphire #101F67
Tints of Sapphire #101F67
RGB
CMYK
RGB Variations
Color information
#101F67 (or 0x101F67) is known color: Sapphire. HEX triplet: 10, 1F and 67. RGB value is (16,31,103). Sum of RGB (Red+Green+Blue) = 16+31+103=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #101F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F67 is #EFE098. Grayscale: #222222. Windows color (decimal): -15720601 or 6758160. OLE color: 6758160.
HSL color Cylindrical-coordinate representation of color #101F67: hue angle of 229.66º 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 #101F67 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 31 | 103 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.60 |
| HSL | 229.66º | 0.73% | 0.23% | - |
| HSV(B) | 229.66º | 0.84% | 0.4% | - |
| XYZ | 3.15 | 2.07 | 13.07 | - |
| YUV | 34.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 103 | 0.84 | 0.70 | 0 | 0.60 | 229.66 | 0.73 | 0.23 |
| Hex | 10 | 1F | 67 | 54 | 46 | 0 | 3C | E6 | 49 | 17 |
| Octal | 20 | 37 | 147 | 124 | 106 | 0 | 74 | 346 | 111 | 27 |
| Binary | 10000 | 11111 | 1100111 | 1010100 | 1000110 | 0 | 111100 | 11100110 | 1001001 | 10111 |
Color Harmonies of #101F67
Complementary color
Monochromatic Colors of #101F67
Black with #101F67
Text Example
Text Example
White with #101F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F67; }
p { color: rgb(16,31,103); }
H1.HeaderClassName
{
color: #101F67;
}
.AnyTagClassName
{
color: #101F67;
}
</style>
background-color css
<style>
a { background-color: #101F67; }
a { background-color: rgb(16,31,103); }
div.DivClassName
{
background-color: #101F67;
}
.BgClassName
{
background-color: #101F67;
}
</style>
border-color css
<style>
span { border-color: #101F67; }
span { border-color: rgb(16,31,103); }
td.TdClassName
{
border-color: #101F67;
}
.TagClassName
{
border-color: #101F67;
}
</style>