Shades of Sapphire #01286D
Tints of Sapphire #01286D
RGB
CMYK
RGB Variations
Color information
#01286D (or 0x01286D) is known color: Sapphire. HEX triplet: 01, 28 and 6D. RGB value is (1,40,109). Sum of RGB (Red+Green+Blue) = 1+40+109=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #01286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286D is #FED792. Grayscale: #232323. Windows color (decimal): -16701331 or 7153665. OLE color: 7153665.
HSL color Cylindrical-coordinate representation of color #01286D: hue angle of 218.33º 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 #01286D is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 40 | 109 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.57 |
| HSL | 218.33º | 0.98% | 0.22% | - |
| HSV(B) | 218.33º | 0.99% | 0.43% | - |
| XYZ | 3.53 | 2.63 | 14.79 | - |
| YUV | 36.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 109 | 0.99 | 0.63 | 0 | 0.57 | 218.33 | 0.98 | 0.22 |
| Hex | 1 | 28 | 6D | 63 | 3F | 0 | 39 | DA | 62 | 16 |
| Octal | 1 | 50 | 155 | 143 | 77 | 0 | 71 | 332 | 142 | 26 |
| Binary | 1 | 101000 | 1101101 | 1100011 | 111111 | 0 | 111001 | 11011010 | 1100010 | 10110 |
Color Harmonies of #01286D
Complementary color
Monochromatic Colors of #01286D
Black with #01286D
Text Example
Text Example
White with #01286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01286D; }
p { color: rgb(1,40,109); }
H1.HeaderClassName
{
color: #01286D;
}
.AnyTagClassName
{
color: #01286D;
}
</style>
background-color css
<style>
a { background-color: #01286D; }
a { background-color: rgb(1,40,109); }
div.DivClassName
{
background-color: #01286D;
}
.BgClassName
{
background-color: #01286D;
}
</style>
border-color css
<style>
span { border-color: #01286D; }
span { border-color: rgb(1,40,109); }
td.TdClassName
{
border-color: #01286D;
}
.TagClassName
{
border-color: #01286D;
}
</style>