Shades of Sapphire #012379
Tints of Sapphire #012379
RGB
CMYK
RGB Variations
Color information
#012379 (or 0x012379) is known color: Sapphire. HEX triplet: 01, 23 and 79. RGB value is (1,35,121). Sum of RGB (Red+Green+Blue) = 1+35+121=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #012379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012379 is #FEDC86. Grayscale: #222222. Windows color (decimal): -16702599 or 7938817. OLE color: 7938817.
HSL color Cylindrical-coordinate representation of color #012379: hue angle of 223º 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 #012379 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 35 | 121 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.53 |
| HSL | 223º | 0.98% | 0.24% | - |
| HSV(B) | 223º | 0.99% | 0.47% | - |
| XYZ | 4.06 | 2.59 | 18.37 | - |
| YUV | 34.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 121 | 0.99 | 0.71 | 0 | 0.53 | 223 | 0.98 | 0.24 |
| Hex | 1 | 23 | 79 | 63 | 47 | 0 | 35 | DF | 62 | 18 |
| Octal | 1 | 43 | 171 | 143 | 107 | 0 | 65 | 337 | 142 | 30 |
| Binary | 1 | 100011 | 1111001 | 1100011 | 1000111 | 0 | 110101 | 11011111 | 1100010 | 11000 |
Color Harmonies of #012379
Complementary color
Monochromatic Colors of #012379
Black with #012379
Text Example
Text Example
White with #012379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012379; }
p { color: rgb(1,35,121); }
H1.HeaderClassName
{
color: #012379;
}
.AnyTagClassName
{
color: #012379;
}
</style>
background-color css
<style>
a { background-color: #012379; }
a { background-color: rgb(1,35,121); }
div.DivClassName
{
background-color: #012379;
}
.BgClassName
{
background-color: #012379;
}
</style>
border-color css
<style>
span { border-color: #012379; }
span { border-color: rgb(1,35,121); }
td.TdClassName
{
border-color: #012379;
}
.TagClassName
{
border-color: #012379;
}
</style>