Shades of Sapphire #012258
Tints of Sapphire #012258
RGB
CMYK
RGB Variations
Color information
#012258 (or 0x012258) is known color: Sapphire. HEX triplet: 01, 22 and 58. RGB value is (1,34,88). Sum of RGB (Red+Green+Blue) = 1+34+88=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #012258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012258 is #FEDDA7. Grayscale: #1E1E1E. Windows color (decimal): -16702888 or 5775873. OLE color: 5775873.
HSL color Cylindrical-coordinate representation of color #012258: hue angle of 217.24º 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 #012258 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 34 | 88 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.65 |
| HSL | 217.24º | 0.98% | 0.17% | - |
| HSV(B) | 217.24º | 0.99% | 0.35% | - |
| XYZ | 2.35 | 1.86 | 9.47 | - |
| YUV | 30.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 88 | 0.99 | 0.61 | 0 | 0.65 | 217.24 | 0.98 | 0.17 |
| Hex | 1 | 22 | 58 | 63 | 3D | 0 | 41 | D9 | 62 | 11 |
| Octal | 1 | 42 | 130 | 143 | 75 | 0 | 101 | 331 | 142 | 21 |
| Binary | 1 | 100010 | 1011000 | 1100011 | 111101 | 0 | 1000001 | 11011001 | 1100010 | 10001 |
Color Harmonies of #012258
Complementary color
Monochromatic Colors of #012258
Black with #012258
Text Example
Text Example
White with #012258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012258; }
p { color: rgb(1,34,88); }
H1.HeaderClassName
{
color: #012258;
}
.AnyTagClassName
{
color: #012258;
}
</style>
background-color css
<style>
a { background-color: #012258; }
a { background-color: rgb(1,34,88); }
div.DivClassName
{
background-color: #012258;
}
.BgClassName
{
background-color: #012258;
}
</style>
border-color css
<style>
span { border-color: #012258; }
span { border-color: rgb(1,34,88); }
td.TdClassName
{
border-color: #012258;
}
.TagClassName
{
border-color: #012258;
}
</style>