Shades of Sapphire #012968
Tints of Sapphire #012968
RGB
CMYK
RGB Variations
Color information
#012968 (or 0x012968) is known color: Sapphire. HEX triplet: 01, 29 and 68. RGB value is (1,41,104). Sum of RGB (Red+Green+Blue) = 1+41+104=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #012968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012968 is #FED697. Grayscale: #232323. Windows color (decimal): -16701080 or 6826241. OLE color: 6826241.
HSL color Cylindrical-coordinate representation of color #012968: hue angle of 216.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012968 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 41 | 104 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.59 |
| HSL | 216.7º | 0.98% | 0.21% | - |
| HSV(B) | 216.7º | 0.99% | 0.41% | - |
| XYZ | 3.3 | 2.59 | 13.42 | - |
| YUV | 36.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 104 | 0.99 | 0.61 | 0 | 0.59 | 216.7 | 0.98 | 0.21 |
| Hex | 1 | 29 | 68 | 63 | 3D | 0 | 3B | D9 | 62 | 15 |
| Octal | 1 | 51 | 150 | 143 | 75 | 0 | 73 | 331 | 142 | 25 |
| Binary | 1 | 101001 | 1101000 | 1100011 | 111101 | 0 | 111011 | 11011001 | 1100010 | 10101 |
Color Harmonies of #012968
Complementary color
Monochromatic Colors of #012968
Black with #012968
Text Example
Text Example
White with #012968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012968; }
p { color: rgb(1,41,104); }
H1.HeaderClassName
{
color: #012968;
}
.AnyTagClassName
{
color: #012968;
}
</style>
background-color css
<style>
a { background-color: #012968; }
a { background-color: rgb(1,41,104); }
div.DivClassName
{
background-color: #012968;
}
.BgClassName
{
background-color: #012968;
}
</style>
border-color css
<style>
span { border-color: #012968; }
span { border-color: rgb(1,41,104); }
td.TdClassName
{
border-color: #012968;
}
.TagClassName
{
border-color: #012968;
}
</style>