Shades of Sapphire #01287D
Tints of Sapphire #01287D
RGB
CMYK
RGB Variations
Color information
#01287D (or 0x01287D) is known color: Sapphire. HEX triplet: 01, 28 and 7D. RGB value is (1,40,125). Sum of RGB (Red+Green+Blue) = 1+40+125=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #01287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01287D is #FED782. Grayscale: #252525. Windows color (decimal): -16701315 or 8202241. OLE color: 8202241.
HSL color Cylindrical-coordinate representation of color #01287D: hue angle of 221.13º 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 #01287D is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 40 | 125 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.51 |
| HSL | 221.13º | 0.98% | 0.25% | - |
| HSV(B) | 221.13º | 0.99% | 0.49% | - |
| XYZ | 4.47 | 3 | 19.75 | - |
| YUV | 38.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 125 | 0.99 | 0.68 | 0 | 0.51 | 221.13 | 0.98 | 0.25 |
| Hex | 1 | 28 | 7D | 63 | 44 | 0 | 33 | DD | 62 | 19 |
| Octal | 1 | 50 | 175 | 143 | 104 | 0 | 63 | 335 | 142 | 31 |
| Binary | 1 | 101000 | 1111101 | 1100011 | 1000100 | 0 | 110011 | 11011101 | 1100010 | 11001 |
Color Harmonies of #01287D
Complementary color
Monochromatic Colors of #01287D
Black with #01287D
Text Example
Text Example
White with #01287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01287D; }
p { color: rgb(1,40,125); }
H1.HeaderClassName
{
color: #01287D;
}
.AnyTagClassName
{
color: #01287D;
}
</style>
background-color css
<style>
a { background-color: #01287D; }
a { background-color: rgb(1,40,125); }
div.DivClassName
{
background-color: #01287D;
}
.BgClassName
{
background-color: #01287D;
}
</style>
border-color css
<style>
span { border-color: #01287D; }
span { border-color: rgb(1,40,125); }
td.TdClassName
{
border-color: #01287D;
}
.TagClassName
{
border-color: #01287D;
}
</style>