Shades of Sapphire #01234F
Tints of Sapphire #01234F
RGB
CMYK
RGB Variations
Color information
#01234F (or 0x01234F) is known color: Sapphire. HEX triplet: 01, 23 and 4F. RGB value is (1,35,79). Sum of RGB (Red+Green+Blue) = 1+35+79=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #01234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01234F is #FEDCB0. Grayscale: #1D1D1D. Windows color (decimal): -16702641 or 5186305. OLE color: 5186305.
HSL color Cylindrical-coordinate representation of color #01234F: hue angle of 213.85º 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 #01234F is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 35 | 79 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.69 |
| HSL | 213.85º | 0.98% | 0.16% | - |
| HSV(B) | 213.85º | 0.99% | 0.31% | - |
| XYZ | 2.02 | 1.77 | 7.63 | - |
| YUV | 29.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 79 | 0.99 | 0.56 | 0 | 0.69 | 213.85 | 0.98 | 0.16 |
| Hex | 1 | 23 | 4F | 63 | 38 | 0 | 45 | D6 | 62 | 10 |
| Octal | 1 | 43 | 117 | 143 | 70 | 0 | 105 | 326 | 142 | 20 |
| Binary | 1 | 100011 | 1001111 | 1100011 | 111000 | 0 | 1000101 | 11010110 | 1100010 | 10000 |
Color Harmonies of #01234F
Complementary color
Monochromatic Colors of #01234F
Black with #01234F
Text Example
Text Example
White with #01234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01234F; }
p { color: rgb(1,35,79); }
H1.HeaderClassName
{
color: #01234F;
}
.AnyTagClassName
{
color: #01234F;
}
</style>
background-color css
<style>
a { background-color: #01234F; }
a { background-color: rgb(1,35,79); }
div.DivClassName
{
background-color: #01234F;
}
.BgClassName
{
background-color: #01234F;
}
</style>
border-color css
<style>
span { border-color: #01234F; }
span { border-color: rgb(1,35,79); }
td.TdClassName
{
border-color: #01234F;
}
.TagClassName
{
border-color: #01234F;
}
</style>