Shades of Sapphire #101C4F
Tints of Sapphire #101C4F
RGB
CMYK
RGB Variations
Color information
#101C4F (or 0x101C4F) is known color: Sapphire. HEX triplet: 10, 1C and 4F. RGB value is (16,28,79). Sum of RGB (Red+Green+Blue) = 16+28+79=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #101C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C4F is #EFE3B0. Grayscale: #1E1E1E. Windows color (decimal): -15721393 or 5184528. OLE color: 5184528.
HSL color Cylindrical-coordinate representation of color #101C4F: hue angle of 228.57º 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 #101C4F is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 28 | 79 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.69 |
| HSL | 228.57º | 0.66% | 0.19% | - |
| HSV(B) | 228.57º | 0.8% | 0.31% | - |
| XYZ | 2.04 | 1.51 | 7.58 | - |
| YUV | 30.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 79 | 0.80 | 0.65 | 0 | 0.69 | 228.57 | 0.66 | 0.19 |
| Hex | 10 | 1C | 4F | 50 | 41 | 0 | 45 | E5 | 42 | 13 |
| Octal | 20 | 34 | 117 | 120 | 101 | 0 | 105 | 345 | 102 | 23 |
| Binary | 10000 | 11100 | 1001111 | 1010000 | 1000001 | 0 | 1000101 | 11100101 | 1000010 | 10011 |
Color Harmonies of #101C4F
Complementary color
Monochromatic Colors of #101C4F
Black with #101C4F
Text Example
Text Example
White with #101C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C4F; }
p { color: rgb(16,28,79); }
H1.HeaderClassName
{
color: #101C4F;
}
.AnyTagClassName
{
color: #101C4F;
}
</style>
background-color css
<style>
a { background-color: #101C4F; }
a { background-color: rgb(16,28,79); }
div.DivClassName
{
background-color: #101C4F;
}
.BgClassName
{
background-color: #101C4F;
}
</style>
border-color css
<style>
span { border-color: #101C4F; }
span { border-color: rgb(16,28,79); }
td.TdClassName
{
border-color: #101C4F;
}
.TagClassName
{
border-color: #101C4F;
}
</style>