Shades of Sapphire #01286F
Tints of Sapphire #01286F
RGB
CMYK
RGB Variations
Color information
#01286F (or 0x01286F) is known color: Sapphire. HEX triplet: 01, 28 and 6F. RGB value is (1,40,111). Sum of RGB (Red+Green+Blue) = 1+40+111=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #01286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286F is #FED790. Grayscale: #242424. Windows color (decimal): -16701329 or 7284737. OLE color: 7284737.
HSL color Cylindrical-coordinate representation of color #01286F: hue angle of 218.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01286F is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 40 | 111 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.56 |
| HSL | 218.73º | 0.98% | 0.22% | - |
| HSV(B) | 218.73º | 0.99% | 0.44% | - |
| XYZ | 3.64 | 2.67 | 15.36 | - |
| YUV | 36.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 111 | 0.99 | 0.64 | 0 | 0.56 | 218.73 | 0.98 | 0.22 |
| Hex | 1 | 28 | 6F | 63 | 40 | 0 | 38 | DB | 62 | 16 |
| Octal | 1 | 50 | 157 | 143 | 100 | 0 | 70 | 333 | 142 | 26 |
| Binary | 1 | 101000 | 1101111 | 1100011 | 1000000 | 0 | 111000 | 11011011 | 1100010 | 10110 |
Color Harmonies of #01286F
Complementary color
Monochromatic Colors of #01286F
Black with #01286F
Text Example
Text Example
White with #01286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01286F; }
p { color: rgb(1,40,111); }
H1.HeaderClassName
{
color: #01286F;
}
.AnyTagClassName
{
color: #01286F;
}
</style>
background-color css
<style>
a { background-color: #01286F; }
a { background-color: rgb(1,40,111); }
div.DivClassName
{
background-color: #01286F;
}
.BgClassName
{
background-color: #01286F;
}
</style>
border-color css
<style>
span { border-color: #01286F; }
span { border-color: rgb(1,40,111); }
td.TdClassName
{
border-color: #01286F;
}
.TagClassName
{
border-color: #01286F;
}
</style>