Shades of Sapphire #01154C
Tints of Sapphire #01154C
RGB
CMYK
RGB Variations
Color information
#01154C (or 0x01154C) is known color: Sapphire. HEX triplet: 01, 15 and 4C. RGB value is (1,21,76). Sum of RGB (Red+Green+Blue) = 1+21+76=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #01154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01154C is #FEEAB3. Grayscale: #151515. Windows color (decimal): -16706228 or 4986113. OLE color: 4986113.
HSL color Cylindrical-coordinate representation of color #01154C: hue angle of 224º 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 #01154C is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 21 | 76 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.70 |
| HSL | 224º | 0.97% | 0.15% | - |
| HSV(B) | 224º | 0.99% | 0.3% | - |
| XYZ | 1.59 | 1.06 | 6.96 | - |
| YUV | 21.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 76 | 0.99 | 0.72 | 0 | 0.70 | 224 | 0.97 | 0.15 |
| Hex | 1 | 15 | 4C | 63 | 48 | 0 | 46 | E0 | 61 | F |
| Octal | 1 | 25 | 114 | 143 | 110 | 0 | 106 | 340 | 141 | 17 |
| Binary | 1 | 10101 | 1001100 | 1100011 | 1001000 | 0 | 1000110 | 11100000 | 1100001 | 1111 |
Color Harmonies of #01154C
Complementary color
Monochromatic Colors of #01154C
Black with #01154C
Text Example
Text Example
White with #01154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01154C; }
p { color: rgb(1,21,76); }
H1.HeaderClassName
{
color: #01154C;
}
.AnyTagClassName
{
color: #01154C;
}
</style>
background-color css
<style>
a { background-color: #01154C; }
a { background-color: rgb(1,21,76); }
div.DivClassName
{
background-color: #01154C;
}
.BgClassName
{
background-color: #01154C;
}
</style>
border-color css
<style>
span { border-color: #01154C; }
span { border-color: rgb(1,21,76); }
td.TdClassName
{
border-color: #01154C;
}
.TagClassName
{
border-color: #01154C;
}
</style>