Shades of Sapphire #012358
Tints of Sapphire #012358
RGB
CMYK
RGB Variations
Color information
#012358 (or 0x012358) is known color: Sapphire. HEX triplet: 01, 23 and 58. RGB value is (1,35,88). Sum of RGB (Red+Green+Blue) = 1+35+88=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #012358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012358 is #FEDCA7. Grayscale: #1E1E1E. Windows color (decimal): -16702632 or 5776129. OLE color: 5776129.
HSL color Cylindrical-coordinate representation of color #012358: hue angle of 216.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012358 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 35 | 88 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.65 |
| HSL | 216.55º | 0.98% | 0.17% | - |
| HSV(B) | 216.55º | 0.99% | 0.35% | - |
| XYZ | 2.38 | 1.91 | 9.48 | - |
| YUV | 30.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 88 | 0.99 | 0.60 | 0 | 0.65 | 216.55 | 0.98 | 0.17 |
| Hex | 1 | 23 | 58 | 63 | 3C | 0 | 41 | D9 | 62 | 11 |
| Octal | 1 | 43 | 130 | 143 | 74 | 0 | 101 | 331 | 142 | 21 |
| Binary | 1 | 100011 | 1011000 | 1100011 | 111100 | 0 | 1000001 | 11011001 | 1100010 | 10001 |
Color Harmonies of #012358
Complementary color
Monochromatic Colors of #012358
Black with #012358
Text Example
Text Example
White with #012358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012358; }
p { color: rgb(1,35,88); }
H1.HeaderClassName
{
color: #012358;
}
.AnyTagClassName
{
color: #012358;
}
</style>
background-color css
<style>
a { background-color: #012358; }
a { background-color: rgb(1,35,88); }
div.DivClassName
{
background-color: #012358;
}
.BgClassName
{
background-color: #012358;
}
</style>
border-color css
<style>
span { border-color: #012358; }
span { border-color: rgb(1,35,88); }
td.TdClassName
{
border-color: #012358;
}
.TagClassName
{
border-color: #012358;
}
</style>