Shades of Sapphire #101F64
Tints of Sapphire #101F64
RGB
CMYK
RGB Variations
Color information
#101F64 (or 0x101F64) is known color: Sapphire. HEX triplet: 10, 1F and 64. RGB value is (16,31,100). Sum of RGB (Red+Green+Blue) = 16+31+100=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #101F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F64 is #EFE09B. Grayscale: #222222. Windows color (decimal): -15720604 or 6561552. OLE color: 6561552.
HSL color Cylindrical-coordinate representation of color #101F64: hue angle of 229.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101F64 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 31 | 100 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.61 |
| HSL | 229.29º | 0.72% | 0.23% | - |
| HSV(B) | 229.29º | 0.84% | 0.39% | - |
| XYZ | 3 | 2.01 | 12.29 | - |
| YUV | 34.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 100 | 0.84 | 0.69 | 0 | 0.61 | 229.29 | 0.72 | 0.23 |
| Hex | 10 | 1F | 64 | 54 | 45 | 0 | 3D | E5 | 48 | 17 |
| Octal | 20 | 37 | 144 | 124 | 105 | 0 | 75 | 345 | 110 | 27 |
| Binary | 10000 | 11111 | 1100100 | 1010100 | 1000101 | 0 | 111101 | 11100101 | 1001000 | 10111 |
Color Harmonies of #101F64
Complementary color
Monochromatic Colors of #101F64
Black with #101F64
Text Example
Text Example
White with #101F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F64; }
p { color: rgb(16,31,100); }
H1.HeaderClassName
{
color: #101F64;
}
.AnyTagClassName
{
color: #101F64;
}
</style>
background-color css
<style>
a { background-color: #101F64; }
a { background-color: rgb(16,31,100); }
div.DivClassName
{
background-color: #101F64;
}
.BgClassName
{
background-color: #101F64;
}
</style>
border-color css
<style>
span { border-color: #101F64; }
span { border-color: rgb(16,31,100); }
td.TdClassName
{
border-color: #101F64;
}
.TagClassName
{
border-color: #101F64;
}
</style>