Shades of Sapphire #012880
Tints of Sapphire #012880
RGB
CMYK
RGB Variations
Color information
#012880 (or 0x012880) is known color: Sapphire. HEX triplet: 01, 28 and 80. RGB value is (1,40,128). Sum of RGB (Red+Green+Blue) = 1+40+128=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #012880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012880 is #FED77F. Grayscale: #252525. Windows color (decimal): -16701312 or 8398849. OLE color: 8398849.
HSL color Cylindrical-coordinate representation of color #012880: hue angle of 221.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012880 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 40 | 128 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.50 |
| HSL | 221.57º | 0.98% | 0.25% | - |
| HSV(B) | 221.57º | 0.99% | 0.5% | - |
| XYZ | 4.67 | 3.08 | 20.77 | - |
| YUV | 38.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 128 | 0.99 | 0.69 | 0 | 0.50 | 221.57 | 0.98 | 0.25 |
| Hex | 1 | 28 | 80 | 63 | 45 | 0 | 32 | DE | 62 | 19 |
| Octal | 1 | 50 | 200 | 143 | 105 | 0 | 62 | 336 | 142 | 31 |
| Binary | 1 | 101000 | 10000000 | 1100011 | 1000101 | 0 | 110010 | 11011110 | 1100010 | 11001 |
Color Harmonies of #012880
Complementary color
Monochromatic Colors of #012880
Black with #012880
Text Example
Text Example
White with #012880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012880; }
p { color: rgb(1,40,128); }
H1.HeaderClassName
{
color: #012880;
}
.AnyTagClassName
{
color: #012880;
}
</style>
background-color css
<style>
a { background-color: #012880; }
a { background-color: rgb(1,40,128); }
div.DivClassName
{
background-color: #012880;
}
.BgClassName
{
background-color: #012880;
}
</style>
border-color css
<style>
span { border-color: #012880; }
span { border-color: rgb(1,40,128); }
td.TdClassName
{
border-color: #012880;
}
.TagClassName
{
border-color: #012880;
}
</style>