Shades of Sapphire #01124C
Tints of Sapphire #01124C
RGB
CMYK
RGB Variations
Color information
#01124C (or 0x01124C) is known color: Sapphire. HEX triplet: 01, 12 and 4C. RGB value is (1,18,76). Sum of RGB (Red+Green+Blue) = 1+18+76=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #01124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01124C is #FEEDB3. Grayscale: #131313. Windows color (decimal): -16706996 or 4985345. OLE color: 4985345.
HSL color Cylindrical-coordinate representation of color #01124C: hue angle of 226.4º 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 #01124C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 18 | 76 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.70 |
| HSL | 226.4º | 0.97% | 0.15% | - |
| HSV(B) | 226.4º | 0.99% | 0.3% | - |
| XYZ | 1.53 | 0.96 | 6.94 | - |
| YUV | 19.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 76 | 0.99 | 0.76 | 0 | 0.70 | 226.4 | 0.97 | 0.15 |
| Hex | 1 | 12 | 4C | 63 | 4C | 0 | 46 | E2 | 61 | F |
| Octal | 1 | 22 | 114 | 143 | 114 | 0 | 106 | 342 | 141 | 17 |
| Binary | 1 | 10010 | 1001100 | 1100011 | 1001100 | 0 | 1000110 | 11100010 | 1100001 | 1111 |
Color Harmonies of #01124C
Complementary color
Monochromatic Colors of #01124C
Black with #01124C
Text Example
Text Example
White with #01124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01124C; }
p { color: rgb(1,18,76); }
H1.HeaderClassName
{
color: #01124C;
}
.AnyTagClassName
{
color: #01124C;
}
</style>
background-color css
<style>
a { background-color: #01124C; }
a { background-color: rgb(1,18,76); }
div.DivClassName
{
background-color: #01124C;
}
.BgClassName
{
background-color: #01124C;
}
</style>
border-color css
<style>
span { border-color: #01124C; }
span { border-color: rgb(1,18,76); }
td.TdClassName
{
border-color: #01124C;
}
.TagClassName
{
border-color: #01124C;
}
</style>