Shades of Sapphire #012A68
Tints of Sapphire #012A68
RGB
CMYK
RGB Variations
Color information
#012A68 (or 0x012A68) is known color: Sapphire. HEX triplet: 01, 2A and 68. RGB value is (1,42,104). Sum of RGB (Red+Green+Blue) = 1+42+104=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #012A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A68 is #FED597. Grayscale: #242424. Windows color (decimal): -16700824 or 6826497. OLE color: 6826497.
HSL color Cylindrical-coordinate representation of color #012A68: hue angle of 216.12º 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 #012A68 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 42 | 104 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.59 |
| HSL | 216.12º | 0.98% | 0.21% | - |
| HSV(B) | 216.12º | 0.99% | 0.41% | - |
| XYZ | 3.34 | 2.66 | 13.43 | - |
| YUV | 36.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 104 | 0.99 | 0.60 | 0 | 0.59 | 216.12 | 0.98 | 0.21 |
| Hex | 1 | 2A | 68 | 63 | 3C | 0 | 3B | D8 | 62 | 15 |
| Octal | 1 | 52 | 150 | 143 | 74 | 0 | 73 | 330 | 142 | 25 |
| Binary | 1 | 101010 | 1101000 | 1100011 | 111100 | 0 | 111011 | 11011000 | 1100010 | 10101 |
Color Harmonies of #012A68
Complementary color
Monochromatic Colors of #012A68
Black with #012A68
Text Example
Text Example
White with #012A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A68; }
p { color: rgb(1,42,104); }
H1.HeaderClassName
{
color: #012A68;
}
.AnyTagClassName
{
color: #012A68;
}
</style>
background-color css
<style>
a { background-color: #012A68; }
a { background-color: rgb(1,42,104); }
div.DivClassName
{
background-color: #012A68;
}
.BgClassName
{
background-color: #012A68;
}
</style>
border-color css
<style>
span { border-color: #012A68; }
span { border-color: rgb(1,42,104); }
td.TdClassName
{
border-color: #012A68;
}
.TagClassName
{
border-color: #012A68;
}
</style>