Shades of Sapphire #012A6F
Tints of Sapphire #012A6F
RGB
CMYK
RGB Variations
Color information
#012A6F (or 0x012A6F) is known color: Sapphire. HEX triplet: 01, 2A and 6F. RGB value is (1,42,111). Sum of RGB (Red+Green+Blue) = 1+42+111=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #012A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A6F is #FED590. Grayscale: #252525. Windows color (decimal): -16700817 or 7285249. OLE color: 7285249.
HSL color Cylindrical-coordinate representation of color #012A6F: hue angle of 217.64º 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 #012A6F is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 42 | 111 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.56 |
| HSL | 217.64º | 0.98% | 0.22% | - |
| HSV(B) | 217.64º | 0.99% | 0.44% | - |
| XYZ | 3.71 | 2.81 | 15.39 | - |
| YUV | 37.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 111 | 0.99 | 0.62 | 0 | 0.56 | 217.64 | 0.98 | 0.22 |
| Hex | 1 | 2A | 6F | 63 | 3E | 0 | 38 | DA | 62 | 16 |
| Octal | 1 | 52 | 157 | 143 | 76 | 0 | 70 | 332 | 142 | 26 |
| Binary | 1 | 101010 | 1101111 | 1100011 | 111110 | 0 | 111000 | 11011010 | 1100010 | 10110 |
Color Harmonies of #012A6F
Complementary color
Monochromatic Colors of #012A6F
Black with #012A6F
Text Example
Text Example
White with #012A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A6F; }
p { color: rgb(1,42,111); }
H1.HeaderClassName
{
color: #012A6F;
}
.AnyTagClassName
{
color: #012A6F;
}
</style>
background-color css
<style>
a { background-color: #012A6F; }
a { background-color: rgb(1,42,111); }
div.DivClassName
{
background-color: #012A6F;
}
.BgClassName
{
background-color: #012A6F;
}
</style>
border-color css
<style>
span { border-color: #012A6F; }
span { border-color: rgb(1,42,111); }
td.TdClassName
{
border-color: #012A6F;
}
.TagClassName
{
border-color: #012A6F;
}
</style>