Shades of Sapphire #101F54
Tints of Sapphire #101F54
RGB
CMYK
RGB Variations
Color information
#101F54 (or 0x101F54) is known color: Sapphire. HEX triplet: 10, 1F and 54. RGB value is (16,31,84). Sum of RGB (Red+Green+Blue) = 16+31+84=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #101F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F54 is #EFE0AB. Grayscale: #202020. Windows color (decimal): -15720620 or 5512976. OLE color: 5512976.
HSL color Cylindrical-coordinate representation of color #101F54: hue angle of 226.76º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101F54 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 31 | 84 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.67 |
| HSL | 226.76º | 0.68% | 0.2% | - |
| HSV(B) | 226.76º | 0.81% | 0.33% | - |
| XYZ | 2.3 | 1.73 | 8.6 | - |
| YUV | 32.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 84 | 0.81 | 0.63 | 0 | 0.67 | 226.76 | 0.68 | 0.2 |
| Hex | 10 | 1F | 54 | 51 | 3F | 0 | 43 | E3 | 44 | 14 |
| Octal | 20 | 37 | 124 | 121 | 77 | 0 | 103 | 343 | 104 | 24 |
| Binary | 10000 | 11111 | 1010100 | 1010001 | 111111 | 0 | 1000011 | 11100011 | 1000100 | 10100 |
Color Harmonies of #101F54
Complementary color
Monochromatic Colors of #101F54
Black with #101F54
Text Example
Text Example
White with #101F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F54; }
p { color: rgb(16,31,84); }
H1.HeaderClassName
{
color: #101F54;
}
.AnyTagClassName
{
color: #101F54;
}
</style>
background-color css
<style>
a { background-color: #101F54; }
a { background-color: rgb(16,31,84); }
div.DivClassName
{
background-color: #101F54;
}
.BgClassName
{
background-color: #101F54;
}
</style>
border-color css
<style>
span { border-color: #101F54; }
span { border-color: rgb(16,31,84); }
td.TdClassName
{
border-color: #101F54;
}
.TagClassName
{
border-color: #101F54;
}
</style>