Shades of Sapphire #012455
Tints of Sapphire #012455
RGB
CMYK
RGB Variations
Color information
#012455 (or 0x012455) is known color: Sapphire. HEX triplet: 01, 24 and 55. RGB value is (1,36,85). Sum of RGB (Red+Green+Blue) = 1+36+85=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #012455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012455 is #FEDBAA. Grayscale: #1E1E1E. Windows color (decimal): -16702379 or 5579777. OLE color: 5579777.
HSL color Cylindrical-coordinate representation of color #012455: hue angle of 215º 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 #012455 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 36 | 85 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.67 |
| HSL | 215º | 0.98% | 0.17% | - |
| HSV(B) | 215º | 0.99% | 0.33% | - |
| XYZ | 2.28 | 1.92 | 8.85 | - |
| YUV | 31.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 85 | 0.99 | 0.58 | 0 | 0.67 | 215 | 0.98 | 0.17 |
| Hex | 1 | 24 | 55 | 63 | 3A | 0 | 43 | D7 | 62 | 11 |
| Octal | 1 | 44 | 125 | 143 | 72 | 0 | 103 | 327 | 142 | 21 |
| Binary | 1 | 100100 | 1010101 | 1100011 | 111010 | 0 | 1000011 | 11010111 | 1100010 | 10001 |
Color Harmonies of #012455
Complementary color
Monochromatic Colors of #012455
Black with #012455
Text Example
Text Example
White with #012455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012455; }
p { color: rgb(1,36,85); }
H1.HeaderClassName
{
color: #012455;
}
.AnyTagClassName
{
color: #012455;
}
</style>
background-color css
<style>
a { background-color: #012455; }
a { background-color: rgb(1,36,85); }
div.DivClassName
{
background-color: #012455;
}
.BgClassName
{
background-color: #012455;
}
</style>
border-color css
<style>
span { border-color: #012455; }
span { border-color: rgb(1,36,85); }
td.TdClassName
{
border-color: #012455;
}
.TagClassName
{
border-color: #012455;
}
</style>