Shades of Sapphire #01287C
Tints of Sapphire #01287C
RGB
CMYK
RGB Variations
Color information
#01287C (or 0x01287C) is known color: Sapphire. HEX triplet: 01, 28 and 7C. RGB value is (1,40,124). Sum of RGB (Red+Green+Blue) = 1+40+124=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #01287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01287C is #FED783. Grayscale: #252525. Windows color (decimal): -16701316 or 8136705. OLE color: 8136705.
HSL color Cylindrical-coordinate representation of color #01287C: hue angle of 220.98º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01287C is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 40 | 124 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.51 |
| HSL | 220.98º | 0.98% | 0.25% | - |
| HSV(B) | 220.98º | 0.99% | 0.49% | - |
| XYZ | 4.41 | 2.98 | 19.41 | - |
| YUV | 37.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 124 | 0.99 | 0.68 | 0 | 0.51 | 220.98 | 0.98 | 0.25 |
| Hex | 1 | 28 | 7C | 63 | 44 | 0 | 33 | DD | 62 | 19 |
| Octal | 1 | 50 | 174 | 143 | 104 | 0 | 63 | 335 | 142 | 31 |
| Binary | 1 | 101000 | 1111100 | 1100011 | 1000100 | 0 | 110011 | 11011101 | 1100010 | 11001 |
Color Harmonies of #01287C
Complementary color
Monochromatic Colors of #01287C
Black with #01287C
Text Example
Text Example
White with #01287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01287C; }
p { color: rgb(1,40,124); }
H1.HeaderClassName
{
color: #01287C;
}
.AnyTagClassName
{
color: #01287C;
}
</style>
background-color css
<style>
a { background-color: #01287C; }
a { background-color: rgb(1,40,124); }
div.DivClassName
{
background-color: #01287C;
}
.BgClassName
{
background-color: #01287C;
}
</style>
border-color css
<style>
span { border-color: #01287C; }
span { border-color: rgb(1,40,124); }
td.TdClassName
{
border-color: #01287C;
}
.TagClassName
{
border-color: #01287C;
}
</style>