Shades of Sapphire #01234C
Tints of Sapphire #01234C
RGB
CMYK
RGB Variations
Color information
#01234C (or 0x01234C) is known color: Sapphire. HEX triplet: 01, 23 and 4C. RGB value is (1,35,76). Sum of RGB (Red+Green+Blue) = 1+35+76=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #01234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01234C is #FEDCB3. Grayscale: #1D1D1D. Windows color (decimal): -16702644 or 4989697. OLE color: 4989697.
HSL color Cylindrical-coordinate representation of color #01234C: hue angle of 212.8º 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 #01234C is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 35 | 76 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.70 |
| HSL | 212.8º | 0.97% | 0.15% | - |
| HSV(B) | 212.8º | 0.99% | 0.3% | - |
| XYZ | 1.92 | 1.73 | 7.07 | - |
| YUV | 29.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 76 | 0.99 | 0.54 | 0 | 0.70 | 212.8 | 0.97 | 0.15 |
| Hex | 1 | 23 | 4C | 63 | 36 | 0 | 46 | D5 | 61 | F |
| Octal | 1 | 43 | 114 | 143 | 66 | 0 | 106 | 325 | 141 | 17 |
| Binary | 1 | 100011 | 1001100 | 1100011 | 110110 | 0 | 1000110 | 11010101 | 1100001 | 1111 |
Color Harmonies of #01234C
Complementary color
Monochromatic Colors of #01234C
Black with #01234C
Text Example
Text Example
White with #01234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01234C; }
p { color: rgb(1,35,76); }
H1.HeaderClassName
{
color: #01234C;
}
.AnyTagClassName
{
color: #01234C;
}
</style>
background-color css
<style>
a { background-color: #01234C; }
a { background-color: rgb(1,35,76); }
div.DivClassName
{
background-color: #01234C;
}
.BgClassName
{
background-color: #01234C;
}
</style>
border-color css
<style>
span { border-color: #01234C; }
span { border-color: rgb(1,35,76); }
td.TdClassName
{
border-color: #01234C;
}
.TagClassName
{
border-color: #01234C;
}
</style>