Shades of Sapphire #012B76
Tints of Sapphire #012B76
RGB
CMYK
RGB Variations
Color information
#012B76 (or 0x012B76) is known color: Sapphire. HEX triplet: 01, 2B and 76. RGB value is (1,43,118). Sum of RGB (Red+Green+Blue) = 1+43+118=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #012B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B76 is #FED489. Grayscale: #262626. Windows color (decimal): -16700554 or 7744257. OLE color: 7744257.
HSL color Cylindrical-coordinate representation of color #012B76: hue angle of 218.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B76 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 43 | 118 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.54 |
| HSL | 218.46º | 0.98% | 0.23% | - |
| HSV(B) | 218.46º | 0.99% | 0.46% | - |
| XYZ | 4.15 | 3.04 | 17.51 | - |
| YUV | 38.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 118 | 0.99 | 0.64 | 0 | 0.54 | 218.46 | 0.98 | 0.23 |
| Hex | 1 | 2B | 76 | 63 | 40 | 0 | 36 | DA | 62 | 17 |
| Octal | 1 | 53 | 166 | 143 | 100 | 0 | 66 | 332 | 142 | 27 |
| Binary | 1 | 101011 | 1110110 | 1100011 | 1000000 | 0 | 110110 | 11011010 | 1100010 | 10111 |
Color Harmonies of #012B76
Complementary color
Monochromatic Colors of #012B76
Black with #012B76
Text Example
Text Example
White with #012B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B76; }
p { color: rgb(1,43,118); }
H1.HeaderClassName
{
color: #012B76;
}
.AnyTagClassName
{
color: #012B76;
}
</style>
background-color css
<style>
a { background-color: #012B76; }
a { background-color: rgb(1,43,118); }
div.DivClassName
{
background-color: #012B76;
}
.BgClassName
{
background-color: #012B76;
}
</style>
border-color css
<style>
span { border-color: #012B76; }
span { border-color: rgb(1,43,118); }
td.TdClassName
{
border-color: #012B76;
}
.TagClassName
{
border-color: #012B76;
}
</style>