Shades of Sapphire #01287F
Tints of Sapphire #01287F
RGB
CMYK
RGB Variations
Color information
#01287F (or 0x01287F) is known color: Sapphire. HEX triplet: 01, 28 and 7F. RGB value is (1,40,127). Sum of RGB (Red+Green+Blue) = 1+40+127=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #01287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01287F is #FED780. Grayscale: #252525. Windows color (decimal): -16701313 or 8333313. OLE color: 8333313.
HSL color Cylindrical-coordinate representation of color #01287F: hue angle of 221.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01287F is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 40 | 127 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.50 |
| HSL | 221.43º | 0.98% | 0.25% | - |
| HSV(B) | 221.43º | 0.99% | 0.5% | - |
| XYZ | 4.6 | 3.06 | 20.43 | - |
| YUV | 38.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 127 | 0.99 | 0.69 | 0 | 0.50 | 221.43 | 0.98 | 0.25 |
| Hex | 1 | 28 | 7F | 63 | 45 | 0 | 32 | DD | 62 | 19 |
| Octal | 1 | 50 | 177 | 143 | 105 | 0 | 62 | 335 | 142 | 31 |
| Binary | 1 | 101000 | 1111111 | 1100011 | 1000101 | 0 | 110010 | 11011101 | 1100010 | 11001 |
Color Harmonies of #01287F
Complementary color
Monochromatic Colors of #01287F
Black with #01287F
Text Example
Text Example
White with #01287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01287F; }
p { color: rgb(1,40,127); }
H1.HeaderClassName
{
color: #01287F;
}
.AnyTagClassName
{
color: #01287F;
}
</style>
background-color css
<style>
a { background-color: #01287F; }
a { background-color: rgb(1,40,127); }
div.DivClassName
{
background-color: #01287F;
}
.BgClassName
{
background-color: #01287F;
}
</style>
border-color css
<style>
span { border-color: #01287F; }
span { border-color: rgb(1,40,127); }
td.TdClassName
{
border-color: #01287F;
}
.TagClassName
{
border-color: #01287F;
}
</style>