Shades of Sapphire #01154F
Tints of Sapphire #01154F
RGB
CMYK
RGB Variations
Color information
#01154F (or 0x01154F) is known color: Sapphire. HEX triplet: 01, 15 and 4F. RGB value is (1,21,79). Sum of RGB (Red+Green+Blue) = 1+21+79=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #01154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01154F is #FEEAB0. Grayscale: #151515. Windows color (decimal): -16706225 or 5182721. OLE color: 5182721.
HSL color Cylindrical-coordinate representation of color #01154F: hue angle of 224.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01154F is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 21 | 79 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.69 |
| HSL | 224.62º | 0.98% | 0.16% | - |
| HSV(B) | 224.62º | 0.99% | 0.31% | - |
| XYZ | 1.69 | 1.11 | 7.52 | - |
| YUV | 21.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 79 | 0.99 | 0.73 | 0 | 0.69 | 224.62 | 0.98 | 0.16 |
| Hex | 1 | 15 | 4F | 63 | 49 | 0 | 45 | E1 | 62 | 10 |
| Octal | 1 | 25 | 117 | 143 | 111 | 0 | 105 | 341 | 142 | 20 |
| Binary | 1 | 10101 | 1001111 | 1100011 | 1001001 | 0 | 1000101 | 11100001 | 1100010 | 10000 |
Color Harmonies of #01154F
Complementary color
Monochromatic Colors of #01154F
Black with #01154F
Text Example
Text Example
White with #01154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01154F; }
p { color: rgb(1,21,79); }
H1.HeaderClassName
{
color: #01154F;
}
.AnyTagClassName
{
color: #01154F;
}
</style>
background-color css
<style>
a { background-color: #01154F; }
a { background-color: rgb(1,21,79); }
div.DivClassName
{
background-color: #01154F;
}
.BgClassName
{
background-color: #01154F;
}
</style>
border-color css
<style>
span { border-color: #01154F; }
span { border-color: rgb(1,21,79); }
td.TdClassName
{
border-color: #01154F;
}
.TagClassName
{
border-color: #01154F;
}
</style>