Shades of Sapphire #012555
Tints of Sapphire #012555
RGB
CMYK
RGB Variations
Color information
#012555 (or 0x012555) is known color: Sapphire. HEX triplet: 01, 25 and 55. RGB value is (1,37,85). Sum of RGB (Red+Green+Blue) = 1+37+85=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #012555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012555 is #FEDAAA. Grayscale: #1F1F1F. Windows color (decimal): -16702123 or 5580033. OLE color: 5580033.
HSL color Cylindrical-coordinate representation of color #012555: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012555 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 37 | 85 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.67 |
| HSL | 214.29º | 0.98% | 0.17% | - |
| HSV(B) | 214.29º | 0.99% | 0.33% | - |
| XYZ | 2.31 | 1.99 | 8.86 | - |
| YUV | 31.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 85 | 0.99 | 0.56 | 0 | 0.67 | 214.29 | 0.98 | 0.17 |
| Hex | 1 | 25 | 55 | 63 | 38 | 0 | 43 | D6 | 62 | 11 |
| Octal | 1 | 45 | 125 | 143 | 70 | 0 | 103 | 326 | 142 | 21 |
| Binary | 1 | 100101 | 1010101 | 1100011 | 111000 | 0 | 1000011 | 11010110 | 1100010 | 10001 |
Color Harmonies of #012555
Complementary color
Monochromatic Colors of #012555
Black with #012555
Text Example
Text Example
White with #012555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012555; }
p { color: rgb(1,37,85); }
H1.HeaderClassName
{
color: #012555;
}
.AnyTagClassName
{
color: #012555;
}
</style>
background-color css
<style>
a { background-color: #012555; }
a { background-color: rgb(1,37,85); }
div.DivClassName
{
background-color: #012555;
}
.BgClassName
{
background-color: #012555;
}
</style>
border-color css
<style>
span { border-color: #012555; }
span { border-color: rgb(1,37,85); }
td.TdClassName
{
border-color: #012555;
}
.TagClassName
{
border-color: #012555;
}
</style>