Shades of Sapphire #010F4D
Tints of Sapphire #010F4D
RGB
CMYK
RGB Variations
Color information
#010F4D (or 0x010F4D) is known color: Sapphire. HEX triplet: 01, 0F and 4D. RGB value is (1,15,77). Sum of RGB (Red+Green+Blue) = 1+15+77=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #010F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F4D is #FEF0B2. Grayscale: #111111. Windows color (decimal): -16707763 or 5050113. OLE color: 5050113.
HSL color Cylindrical-coordinate representation of color #010F4D: hue angle of 228.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F4D is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 15 | 77 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.70 |
| HSL | 228.95º | 0.97% | 0.15% | - |
| HSV(B) | 228.95º | 0.99% | 0.3% | - |
| XYZ | 1.52 | 0.88 | 7.11 | - |
| YUV | 17.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 77 | 0.99 | 0.81 | 0 | 0.70 | 228.95 | 0.97 | 0.15 |
| Hex | 1 | F | 4D | 63 | 51 | 0 | 46 | E5 | 61 | F |
| Octal | 1 | 17 | 115 | 143 | 121 | 0 | 106 | 345 | 141 | 17 |
| Binary | 1 | 1111 | 1001101 | 1100011 | 1010001 | 0 | 1000110 | 11100101 | 1100001 | 1111 |
Color Harmonies of #010F4D
Complementary color
Monochromatic Colors of #010F4D
Black with #010F4D
Text Example
Text Example
White with #010F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F4D; }
p { color: rgb(1,15,77); }
H1.HeaderClassName
{
color: #010F4D;
}
.AnyTagClassName
{
color: #010F4D;
}
</style>
background-color css
<style>
a { background-color: #010F4D; }
a { background-color: rgb(1,15,77); }
div.DivClassName
{
background-color: #010F4D;
}
.BgClassName
{
background-color: #010F4D;
}
</style>
border-color css
<style>
span { border-color: #010F4D; }
span { border-color: rgb(1,15,77); }
td.TdClassName
{
border-color: #010F4D;
}
.TagClassName
{
border-color: #010F4D;
}
</style>