Shades of Sapphire #012276
Tints of Sapphire #012276
RGB
CMYK
RGB Variations
Color information
#012276 (or 0x012276) is known color: Sapphire. HEX triplet: 01, 22 and 76. RGB value is (1,34,118). Sum of RGB (Red+Green+Blue) = 1+34+118=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #012276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012276 is #FEDD89. Grayscale: #212121. Windows color (decimal): -16702858 or 7741953. OLE color: 7741953.
HSL color Cylindrical-coordinate representation of color #012276: hue angle of 223.08º 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 #012276 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 34 | 118 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.54 |
| HSL | 223.08º | 0.98% | 0.23% | - |
| HSV(B) | 223.08º | 0.99% | 0.46% | - |
| XYZ | 3.85 | 2.46 | 17.41 | - |
| YUV | 33.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 118 | 0.99 | 0.71 | 0 | 0.54 | 223.08 | 0.98 | 0.23 |
| Hex | 1 | 22 | 76 | 63 | 47 | 0 | 36 | DF | 62 | 17 |
| Octal | 1 | 42 | 166 | 143 | 107 | 0 | 66 | 337 | 142 | 27 |
| Binary | 1 | 100010 | 1110110 | 1100011 | 1000111 | 0 | 110110 | 11011111 | 1100010 | 10111 |
Color Harmonies of #012276
Complementary color
Monochromatic Colors of #012276
Black with #012276
Text Example
Text Example
White with #012276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012276; }
p { color: rgb(1,34,118); }
H1.HeaderClassName
{
color: #012276;
}
.AnyTagClassName
{
color: #012276;
}
</style>
background-color css
<style>
a { background-color: #012276; }
a { background-color: rgb(1,34,118); }
div.DivClassName
{
background-color: #012276;
}
.BgClassName
{
background-color: #012276;
}
</style>
border-color css
<style>
span { border-color: #012276; }
span { border-color: rgb(1,34,118); }
td.TdClassName
{
border-color: #012276;
}
.TagClassName
{
border-color: #012276;
}
</style>