Shades of Sapphire #012769
Tints of Sapphire #012769
RGB
CMYK
RGB Variations
Color information
#012769 (or 0x012769) is known color: Sapphire. HEX triplet: 01, 27 and 69. RGB value is (1,39,105). Sum of RGB (Red+Green+Blue) = 1+39+105=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #012769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012769 is #FED896. Grayscale: #222222. Windows color (decimal): -16701591 or 6891265. OLE color: 6891265.
HSL color Cylindrical-coordinate representation of color #012769: hue angle of 218.08º 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 #012769 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 39 | 105 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.59 |
| HSL | 218.08º | 0.98% | 0.21% | - |
| HSV(B) | 218.08º | 0.99% | 0.41% | - |
| XYZ | 3.29 | 2.48 | 13.67 | - |
| YUV | 35.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 105 | 0.99 | 0.63 | 0 | 0.59 | 218.08 | 0.98 | 0.21 |
| Hex | 1 | 27 | 69 | 63 | 3F | 0 | 3B | DA | 62 | 15 |
| Octal | 1 | 47 | 151 | 143 | 77 | 0 | 73 | 332 | 142 | 25 |
| Binary | 1 | 100111 | 1101001 | 1100011 | 111111 | 0 | 111011 | 11011010 | 1100010 | 10101 |
Color Harmonies of #012769
Complementary color
Monochromatic Colors of #012769
Black with #012769
Text Example
Text Example
White with #012769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012769; }
p { color: rgb(1,39,105); }
H1.HeaderClassName
{
color: #012769;
}
.AnyTagClassName
{
color: #012769;
}
</style>
background-color css
<style>
a { background-color: #012769; }
a { background-color: rgb(1,39,105); }
div.DivClassName
{
background-color: #012769;
}
.BgClassName
{
background-color: #012769;
}
</style>
border-color css
<style>
span { border-color: #012769; }
span { border-color: rgb(1,39,105); }
td.TdClassName
{
border-color: #012769;
}
.TagClassName
{
border-color: #012769;
}
</style>