Shades of Sapphire #012B6D
Tints of Sapphire #012B6D
RGB
CMYK
RGB Variations
Color information
#012B6D (or 0x012B6D) is known color: Sapphire. HEX triplet: 01, 2B and 6D. RGB value is (1,43,109). Sum of RGB (Red+Green+Blue) = 1+43+109=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #012B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B6D is #FED492. Grayscale: #252525. Windows color (decimal): -16700563 or 7154433. OLE color: 7154433.
HSL color Cylindrical-coordinate representation of color #012B6D: hue angle of 216.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B6D is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 43 | 109 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.57 |
| HSL | 216.67º | 0.98% | 0.22% | - |
| HSV(B) | 216.67º | 0.99% | 0.43% | - |
| XYZ | 3.64 | 2.84 | 14.82 | - |
| YUV | 37.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 109 | 0.99 | 0.61 | 0 | 0.57 | 216.67 | 0.98 | 0.22 |
| Hex | 1 | 2B | 6D | 63 | 3D | 0 | 39 | D9 | 62 | 16 |
| Octal | 1 | 53 | 155 | 143 | 75 | 0 | 71 | 331 | 142 | 26 |
| Binary | 1 | 101011 | 1101101 | 1100011 | 111101 | 0 | 111001 | 11011001 | 1100010 | 10110 |
Color Harmonies of #012B6D
Complementary color
Monochromatic Colors of #012B6D
Black with #012B6D
Text Example
Text Example
White with #012B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B6D; }
p { color: rgb(1,43,109); }
H1.HeaderClassName
{
color: #012B6D;
}
.AnyTagClassName
{
color: #012B6D;
}
</style>
background-color css
<style>
a { background-color: #012B6D; }
a { background-color: rgb(1,43,109); }
div.DivClassName
{
background-color: #012B6D;
}
.BgClassName
{
background-color: #012B6D;
}
</style>
border-color css
<style>
span { border-color: #012B6D; }
span { border-color: rgb(1,43,109); }
td.TdClassName
{
border-color: #012B6D;
}
.TagClassName
{
border-color: #012B6D;
}
</style>