Shades of Sapphire #012878
Tints of Sapphire #012878
RGB
CMYK
RGB Variations
Color information
#012878 (or 0x012878) is known color: Sapphire. HEX triplet: 01, 28 and 78. RGB value is (1,40,120). Sum of RGB (Red+Green+Blue) = 1+40+120=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #012878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012878 is #FED787. Grayscale: #252525. Windows color (decimal): -16701320 or 7874561. OLE color: 7874561.
HSL color Cylindrical-coordinate representation of color #012878: hue angle of 220.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012878 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 40 | 120 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.53 |
| HSL | 220.34º | 0.98% | 0.24% | - |
| HSV(B) | 220.34º | 0.99% | 0.47% | - |
| XYZ | 4.16 | 2.88 | 18.11 | - |
| YUV | 37.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 120 | 0.99 | 0.67 | 0 | 0.53 | 220.34 | 0.98 | 0.24 |
| Hex | 1 | 28 | 78 | 63 | 43 | 0 | 35 | DC | 62 | 18 |
| Octal | 1 | 50 | 170 | 143 | 103 | 0 | 65 | 334 | 142 | 30 |
| Binary | 1 | 101000 | 1111000 | 1100011 | 1000011 | 0 | 110101 | 11011100 | 1100010 | 11000 |
Color Harmonies of #012878
Complementary color
Monochromatic Colors of #012878
Black with #012878
Text Example
Text Example
White with #012878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012878; }
p { color: rgb(1,40,120); }
H1.HeaderClassName
{
color: #012878;
}
.AnyTagClassName
{
color: #012878;
}
</style>
background-color css
<style>
a { background-color: #012878; }
a { background-color: rgb(1,40,120); }
div.DivClassName
{
background-color: #012878;
}
.BgClassName
{
background-color: #012878;
}
</style>
border-color css
<style>
span { border-color: #012878; }
span { border-color: rgb(1,40,120); }
td.TdClassName
{
border-color: #012878;
}
.TagClassName
{
border-color: #012878;
}
</style>