Shades of Sapphire #012768
Tints of Sapphire #012768
RGB
CMYK
RGB Variations
Color information
#012768 (or 0x012768) is known color: Sapphire. HEX triplet: 01, 27 and 68. RGB value is (1,39,104). Sum of RGB (Red+Green+Blue) = 1+39+104=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #012768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012768 is #FED897. Grayscale: #222222. Windows color (decimal): -16701592 or 6825729. OLE color: 6825729.
HSL color Cylindrical-coordinate representation of color #012768: hue angle of 217.86º 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 #012768 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 39 | 104 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.59 |
| HSL | 217.86º | 0.98% | 0.21% | - |
| HSV(B) | 217.86º | 0.99% | 0.41% | - |
| XYZ | 3.24 | 2.46 | 13.4 | - |
| YUV | 35.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 104 | 0.99 | 0.62 | 0 | 0.59 | 217.86 | 0.98 | 0.21 |
| Hex | 1 | 27 | 68 | 63 | 3E | 0 | 3B | DA | 62 | 15 |
| Octal | 1 | 47 | 150 | 143 | 76 | 0 | 73 | 332 | 142 | 25 |
| Binary | 1 | 100111 | 1101000 | 1100011 | 111110 | 0 | 111011 | 11011010 | 1100010 | 10101 |
Color Harmonies of #012768
Complementary color
Monochromatic Colors of #012768
Black with #012768
Text Example
Text Example
White with #012768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012768; }
p { color: rgb(1,39,104); }
H1.HeaderClassName
{
color: #012768;
}
.AnyTagClassName
{
color: #012768;
}
</style>
background-color css
<style>
a { background-color: #012768; }
a { background-color: rgb(1,39,104); }
div.DivClassName
{
background-color: #012768;
}
.BgClassName
{
background-color: #012768;
}
</style>
border-color css
<style>
span { border-color: #012768; }
span { border-color: rgb(1,39,104); }
td.TdClassName
{
border-color: #012768;
}
.TagClassName
{
border-color: #012768;
}
</style>