Shades of Sapphire #012158
Tints of Sapphire #012158
RGB
CMYK
RGB Variations
Color information
#012158 (or 0x012158) is known color: Sapphire. HEX triplet: 01, 21 and 58. RGB value is (1,33,88). Sum of RGB (Red+Green+Blue) = 1+33+88=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 88 (34.77% from 255 or 72.13% from 122); Max value from RGB is 88 - color contains mainly: blue. Hex color #012158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012158 is #FEDEA7. Grayscale: #1D1D1D. Windows color (decimal): -16703144 or 5775617. OLE color: 5775617.
HSL color Cylindrical-coordinate representation of color #012158: hue angle of 217.93º 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 #012158 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 33 | 88 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.65 |
| HSL | 217.93º | 0.98% | 0.17% | - |
| HSV(B) | 217.93º | 0.99% | 0.35% | - |
| XYZ | 2.32 | 1.8 | 9.46 | - |
| YUV | 29.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 88 | 0.99 | 0.62 | 0 | 0.65 | 217.93 | 0.98 | 0.17 |
| Hex | 1 | 21 | 58 | 63 | 3E | 0 | 41 | DA | 62 | 11 |
| Octal | 1 | 41 | 130 | 143 | 76 | 0 | 101 | 332 | 142 | 21 |
| Binary | 1 | 100001 | 1011000 | 1100011 | 111110 | 0 | 1000001 | 11011010 | 1100010 | 10001 |
Color Harmonies of #012158
Complementary color
Monochromatic Colors of #012158
Black with #012158
Text Example
Text Example
White with #012158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012158; }
p { color: rgb(1,33,88); }
H1.HeaderClassName
{
color: #012158;
}
.AnyTagClassName
{
color: #012158;
}
</style>
background-color css
<style>
a { background-color: #012158; }
a { background-color: rgb(1,33,88); }
div.DivClassName
{
background-color: #012158;
}
.BgClassName
{
background-color: #012158;
}
</style>
border-color css
<style>
span { border-color: #012158; }
span { border-color: rgb(1,33,88); }
td.TdClassName
{
border-color: #012158;
}
.TagClassName
{
border-color: #012158;
}
</style>