Shades of Sapphire #01286B
Tints of Sapphire #01286B
RGB
CMYK
RGB Variations
Color information
#01286B (or 0x01286B) is known color: Sapphire. HEX triplet: 01, 28 and 6B. RGB value is (1,40,107). Sum of RGB (Red+Green+Blue) = 1+40+107=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #01286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286B is #FED794. Grayscale: #232323. Windows color (decimal): -16701333 or 7022593. OLE color: 7022593.
HSL color Cylindrical-coordinate representation of color #01286B: hue angle of 217.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01286B is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 40 | 107 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.58 |
| HSL | 217.92º | 0.98% | 0.21% | - |
| HSV(B) | 217.92º | 0.99% | 0.42% | - |
| XYZ | 3.43 | 2.59 | 14.23 | - |
| YUV | 35.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 107 | 0.99 | 0.63 | 0 | 0.58 | 217.92 | 0.98 | 0.21 |
| Hex | 1 | 28 | 6B | 63 | 3F | 0 | 3A | DA | 62 | 15 |
| Octal | 1 | 50 | 153 | 143 | 77 | 0 | 72 | 332 | 142 | 25 |
| Binary | 1 | 101000 | 1101011 | 1100011 | 111111 | 0 | 111010 | 11011010 | 1100010 | 10101 |
Color Harmonies of #01286B
Complementary color
Monochromatic Colors of #01286B
Black with #01286B
Text Example
Text Example
White with #01286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01286B; }
p { color: rgb(1,40,107); }
H1.HeaderClassName
{
color: #01286B;
}
.AnyTagClassName
{
color: #01286B;
}
</style>
background-color css
<style>
a { background-color: #01286B; }
a { background-color: rgb(1,40,107); }
div.DivClassName
{
background-color: #01286B;
}
.BgClassName
{
background-color: #01286B;
}
</style>
border-color css
<style>
span { border-color: #01286B; }
span { border-color: rgb(1,40,107); }
td.TdClassName
{
border-color: #01286B;
}
.TagClassName
{
border-color: #01286B;
}
</style>