Shades of Sapphire #101D4F
Tints of Sapphire #101D4F
RGB
CMYK
RGB Variations
Color information
#101D4F (or 0x101D4F) is known color: Sapphire. HEX triplet: 10, 1D and 4F. RGB value is (16,29,79). Sum of RGB (Red+Green+Blue) = 16+29+79=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #101D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D4F is #EFE2B0. Grayscale: #1E1E1E. Windows color (decimal): -15721137 or 5184784. OLE color: 5184784.
HSL color Cylindrical-coordinate representation of color #101D4F: hue angle of 227.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101D4F is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 29 | 79 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.69 |
| HSL | 227.62º | 0.66% | 0.19% | - |
| HSV(B) | 227.62º | 0.8% | 0.31% | - |
| XYZ | 2.06 | 1.55 | 7.59 | - |
| YUV | 30.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 79 | 0.80 | 0.63 | 0 | 0.69 | 227.62 | 0.66 | 0.19 |
| Hex | 10 | 1D | 4F | 50 | 3F | 0 | 45 | E4 | 42 | 13 |
| Octal | 20 | 35 | 117 | 120 | 77 | 0 | 105 | 344 | 102 | 23 |
| Binary | 10000 | 11101 | 1001111 | 1010000 | 111111 | 0 | 1000101 | 11100100 | 1000010 | 10011 |
Color Harmonies of #101D4F
Complementary color
Monochromatic Colors of #101D4F
Black with #101D4F
Text Example
Text Example
White with #101D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D4F; }
p { color: rgb(16,29,79); }
H1.HeaderClassName
{
color: #101D4F;
}
.AnyTagClassName
{
color: #101D4F;
}
</style>
background-color css
<style>
a { background-color: #101D4F; }
a { background-color: rgb(16,29,79); }
div.DivClassName
{
background-color: #101D4F;
}
.BgClassName
{
background-color: #101D4F;
}
</style>
border-color css
<style>
span { border-color: #101D4F; }
span { border-color: rgb(16,29,79); }
td.TdClassName
{
border-color: #101D4F;
}
.TagClassName
{
border-color: #101D4F;
}
</style>