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