Shades of Sapphire #01154A
Tints of Sapphire #01154A
RGB
CMYK
RGB Variations
Color information
#01154A (or 0x01154A) is known color: Sapphire. HEX triplet: 01, 15 and 4A. RGB value is (1,21,74). Sum of RGB (Red+Green+Blue) = 1+21+74=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #01154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01154A is #FEEAB5. Grayscale: #141414. Windows color (decimal): -16706230 or 4855041. OLE color: 4855041.
HSL color Cylindrical-coordinate representation of color #01154A: hue angle of 223.56º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01154A is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 21 | 74 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.71 |
| HSL | 223.56º | 0.97% | 0.15% | - |
| HSV(B) | 223.56º | 0.99% | 0.29% | - |
| XYZ | 1.52 | 1.04 | 6.6 | - |
| YUV | 21.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 74 | 0.99 | 0.72 | 0 | 0.71 | 223.56 | 0.97 | 0.15 |
| Hex | 1 | 15 | 4A | 63 | 48 | 0 | 47 | E0 | 61 | F |
| Octal | 1 | 25 | 112 | 143 | 110 | 0 | 107 | 340 | 141 | 17 |
| Binary | 1 | 10101 | 1001010 | 1100011 | 1001000 | 0 | 1000111 | 11100000 | 1100001 | 1111 |
Color Harmonies of #01154A
Complementary color
Monochromatic Colors of #01154A
Black with #01154A
Text Example
Text Example
White with #01154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01154A; }
p { color: rgb(1,21,74); }
H1.HeaderClassName
{
color: #01154A;
}
.AnyTagClassName
{
color: #01154A;
}
</style>
background-color css
<style>
a { background-color: #01154A; }
a { background-color: rgb(1,21,74); }
div.DivClassName
{
background-color: #01154A;
}
.BgClassName
{
background-color: #01154A;
}
</style>
border-color css
<style>
span { border-color: #01154A; }
span { border-color: rgb(1,21,74); }
td.TdClassName
{
border-color: #01154A;
}
.TagClassName
{
border-color: #01154A;
}
</style>