Shades of Sapphire #012250
Tints of Sapphire #012250
RGB
CMYK
RGB Variations
Color information
#012250 (or 0x012250) is known color: Sapphire. HEX triplet: 01, 22 and 50. RGB value is (1,34,80). Sum of RGB (Red+Green+Blue) = 1+34+80=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #012250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012250 is #FEDDAF. Grayscale: #1D1D1D. Windows color (decimal): -16702896 or 5251585. OLE color: 5251585.
HSL color Cylindrical-coordinate representation of color #012250: hue angle of 214.94º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012250 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 34 | 80 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.69 |
| HSL | 214.94º | 0.98% | 0.16% | - |
| HSV(B) | 214.94º | 0.99% | 0.31% | - |
| XYZ | 2.03 | 1.73 | 7.82 | - |
| YUV | 29.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 80 | 0.99 | 0.58 | 0 | 0.69 | 214.94 | 0.98 | 0.16 |
| Hex | 1 | 22 | 50 | 63 | 3A | 0 | 45 | D7 | 62 | 10 |
| Octal | 1 | 42 | 120 | 143 | 72 | 0 | 105 | 327 | 142 | 20 |
| Binary | 1 | 100010 | 1010000 | 1100011 | 111010 | 0 | 1000101 | 11010111 | 1100010 | 10000 |
Color Harmonies of #012250
Complementary color
Monochromatic Colors of #012250
Black with #012250
Text Example
Text Example
White with #012250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012250; }
p { color: rgb(1,34,80); }
H1.HeaderClassName
{
color: #012250;
}
.AnyTagClassName
{
color: #012250;
}
</style>
background-color css
<style>
a { background-color: #012250; }
a { background-color: rgb(1,34,80); }
div.DivClassName
{
background-color: #012250;
}
.BgClassName
{
background-color: #012250;
}
</style>
border-color css
<style>
span { border-color: #012250; }
span { border-color: rgb(1,34,80); }
td.TdClassName
{
border-color: #012250;
}
.TagClassName
{
border-color: #012250;
}
</style>