Shades of Sapphire #01267E
Tints of Sapphire #01267E
RGB
CMYK
RGB Variations
Color information
#01267E (or 0x01267E) is known color: Sapphire. HEX triplet: 01, 26 and 7E. RGB value is (1,38,126). Sum of RGB (Red+Green+Blue) = 1+38+126=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #01267E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01267E is #FED981. Grayscale: #242424. Windows color (decimal): -16701826 or 8267265. OLE color: 8267265.
HSL color Cylindrical-coordinate representation of color #01267E: hue angle of 222.24º 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 #01267E is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 38 | 126 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.51 |
| HSL | 222.24º | 0.98% | 0.25% | - |
| HSV(B) | 222.24º | 0.99% | 0.49% | - |
| XYZ | 4.47 | 2.9 | 20.06 | - |
| YUV | 36.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 126 | 0.99 | 0.70 | 0 | 0.51 | 222.24 | 0.98 | 0.25 |
| Hex | 1 | 26 | 7E | 63 | 46 | 0 | 33 | DE | 62 | 19 |
| Octal | 1 | 46 | 176 | 143 | 106 | 0 | 63 | 336 | 142 | 31 |
| Binary | 1 | 100110 | 1111110 | 1100011 | 1000110 | 0 | 110011 | 11011110 | 1100010 | 11001 |
Color Harmonies of #01267E
Complementary color
Monochromatic Colors of #01267E
Black with #01267E
Text Example
Text Example
White with #01267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01267E; }
p { color: rgb(1,38,126); }
H1.HeaderClassName
{
color: #01267E;
}
.AnyTagClassName
{
color: #01267E;
}
</style>
background-color css
<style>
a { background-color: #01267E; }
a { background-color: rgb(1,38,126); }
div.DivClassName
{
background-color: #01267E;
}
.BgClassName
{
background-color: #01267E;
}
</style>
border-color css
<style>
span { border-color: #01267E; }
span { border-color: rgb(1,38,126); }
td.TdClassName
{
border-color: #01267E;
}
.TagClassName
{
border-color: #01267E;
}
</style>