Shades of Sapphire #01246E
Tints of Sapphire #01246E
RGB
CMYK
RGB Variations
Color information
#01246E (or 0x01246E) is known color: Sapphire. HEX triplet: 01, 24 and 6E. RGB value is (1,36,110). Sum of RGB (Red+Green+Blue) = 1+36+110=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #01246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01246E is #FEDB91. Grayscale: #212121. Windows color (decimal): -16702354 or 7218177. OLE color: 7218177.
HSL color Cylindrical-coordinate representation of color #01246E: hue angle of 220.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01246E is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 36 | 110 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.57 |
| HSL | 220.73º | 0.98% | 0.22% | - |
| HSV(B) | 220.73º | 0.99% | 0.43% | - |
| XYZ | 3.46 | 2.39 | 15.03 | - |
| YUV | 33.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 110 | 0.99 | 0.67 | 0 | 0.57 | 220.73 | 0.98 | 0.22 |
| Hex | 1 | 24 | 6E | 63 | 43 | 0 | 39 | DD | 62 | 16 |
| Octal | 1 | 44 | 156 | 143 | 103 | 0 | 71 | 335 | 142 | 26 |
| Binary | 1 | 100100 | 1101110 | 1100011 | 1000011 | 0 | 111001 | 11011101 | 1100010 | 10110 |
Color Harmonies of #01246E
Complementary color
Monochromatic Colors of #01246E
Black with #01246E
Text Example
Text Example
White with #01246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01246E; }
p { color: rgb(1,36,110); }
H1.HeaderClassName
{
color: #01246E;
}
.AnyTagClassName
{
color: #01246E;
}
</style>
background-color css
<style>
a { background-color: #01246E; }
a { background-color: rgb(1,36,110); }
div.DivClassName
{
background-color: #01246E;
}
.BgClassName
{
background-color: #01246E;
}
</style>
border-color css
<style>
span { border-color: #01246E; }
span { border-color: rgb(1,36,110); }
td.TdClassName
{
border-color: #01246E;
}
.TagClassName
{
border-color: #01246E;
}
</style>