Shades of Sapphire #012370
Tints of Sapphire #012370
RGB
CMYK
RGB Variations
Color information
#012370 (or 0x012370) is known color: Sapphire. HEX triplet: 01, 23 and 70. RGB value is (1,35,112). Sum of RGB (Red+Green+Blue) = 1+35+112=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #012370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012370 is #FEDC8F. Grayscale: #212121. Windows color (decimal): -16702608 or 7348993. OLE color: 7348993.
HSL color Cylindrical-coordinate representation of color #012370: hue angle of 221.62º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012370 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 35 | 112 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.56 |
| HSL | 221.62º | 0.98% | 0.22% | - |
| HSV(B) | 221.62º | 0.99% | 0.44% | - |
| XYZ | 3.54 | 2.38 | 15.6 | - |
| YUV | 33.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 112 | 0.99 | 0.69 | 0 | 0.56 | 221.62 | 0.98 | 0.22 |
| Hex | 1 | 23 | 70 | 63 | 45 | 0 | 38 | DE | 62 | 16 |
| Octal | 1 | 43 | 160 | 143 | 105 | 0 | 70 | 336 | 142 | 26 |
| Binary | 1 | 100011 | 1110000 | 1100011 | 1000101 | 0 | 111000 | 11011110 | 1100010 | 10110 |
Color Harmonies of #012370
Complementary color
Monochromatic Colors of #012370
Black with #012370
Text Example
Text Example
White with #012370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012370; }
p { color: rgb(1,35,112); }
H1.HeaderClassName
{
color: #012370;
}
.AnyTagClassName
{
color: #012370;
}
</style>
background-color css
<style>
a { background-color: #012370; }
a { background-color: rgb(1,35,112); }
div.DivClassName
{
background-color: #012370;
}
.BgClassName
{
background-color: #012370;
}
</style>
border-color css
<style>
span { border-color: #012370; }
span { border-color: rgb(1,35,112); }
td.TdClassName
{
border-color: #012370;
}
.TagClassName
{
border-color: #012370;
}
</style>