Shades of Sapphire #012866
Tints of Sapphire #012866
RGB
CMYK
RGB Variations
Color information
#012866 (or 0x012866) is known color: Sapphire. HEX triplet: 01, 28 and 66. RGB value is (1,40,102). Sum of RGB (Red+Green+Blue) = 1+40+102=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #012866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012866 is #FED799. Grayscale: #232323. Windows color (decimal): -16701338 or 6694913. OLE color: 6694913.
HSL color Cylindrical-coordinate representation of color #012866: hue angle of 216.83º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012866 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 40 | 102 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.6 |
| HSL | 216.83º | 0.98% | 0.2% | - |
| HSV(B) | 216.83º | 0.99% | 0.4% | - |
| XYZ | 3.17 | 2.48 | 12.88 | - |
| YUV | 35.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 102 | 0.99 | 0.61 | 0 | 0.6 | 216.83 | 0.98 | 0.2 |
| Hex | 1 | 28 | 66 | 63 | 3D | 0 | 3C | D9 | 62 | 14 |
| Octal | 1 | 50 | 146 | 143 | 75 | 0 | 74 | 331 | 142 | 24 |
| Binary | 1 | 101000 | 1100110 | 1100011 | 111101 | 0 | 111100 | 11011001 | 1100010 | 10100 |
Color Harmonies of #012866
Complementary color
Monochromatic Colors of #012866
Black with #012866
Text Example
Text Example
White with #012866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012866; }
p { color: rgb(1,40,102); }
H1.HeaderClassName
{
color: #012866;
}
.AnyTagClassName
{
color: #012866;
}
</style>
background-color css
<style>
a { background-color: #012866; }
a { background-color: rgb(1,40,102); }
div.DivClassName
{
background-color: #012866;
}
.BgClassName
{
background-color: #012866;
}
</style>
border-color css
<style>
span { border-color: #012866; }
span { border-color: rgb(1,40,102); }
td.TdClassName
{
border-color: #012866;
}
.TagClassName
{
border-color: #012866;
}
</style>