Shades of Sapphire #01287A
Tints of Sapphire #01287A
RGB
CMYK
RGB Variations
Color information
#01287A (or 0x01287A) is known color: Sapphire. HEX triplet: 01, 28 and 7A. RGB value is (1,40,122). Sum of RGB (Red+Green+Blue) = 1+40+122=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #01287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01287A is #FED785. Grayscale: #252525. Windows color (decimal): -16701318 or 8005633. OLE color: 8005633.
HSL color Cylindrical-coordinate representation of color #01287A: hue angle of 220.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01287A is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 40 | 122 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.52 |
| HSL | 220.66º | 0.98% | 0.24% | - |
| HSV(B) | 220.66º | 0.99% | 0.48% | - |
| XYZ | 4.28 | 2.93 | 18.75 | - |
| YUV | 37.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 122 | 0.99 | 0.67 | 0 | 0.52 | 220.66 | 0.98 | 0.24 |
| Hex | 1 | 28 | 7A | 63 | 43 | 0 | 34 | DD | 62 | 18 |
| Octal | 1 | 50 | 172 | 143 | 103 | 0 | 64 | 335 | 142 | 30 |
| Binary | 1 | 101000 | 1111010 | 1100011 | 1000011 | 0 | 110100 | 11011101 | 1100010 | 11000 |
Color Harmonies of #01287A
Complementary color
Monochromatic Colors of #01287A
Black with #01287A
Text Example
Text Example
White with #01287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01287A; }
p { color: rgb(1,40,122); }
H1.HeaderClassName
{
color: #01287A;
}
.AnyTagClassName
{
color: #01287A;
}
</style>
background-color css
<style>
a { background-color: #01287A; }
a { background-color: rgb(1,40,122); }
div.DivClassName
{
background-color: #01287A;
}
.BgClassName
{
background-color: #01287A;
}
</style>
border-color css
<style>
span { border-color: #01287A; }
span { border-color: rgb(1,40,122); }
td.TdClassName
{
border-color: #01287A;
}
.TagClassName
{
border-color: #01287A;
}
</style>