Shades of Sapphire #01265D
Tints of Sapphire #01265D
RGB
CMYK
RGB Variations
Color information
#01265D (or 0x01265D) is known color: Sapphire. HEX triplet: 01, 26 and 5D. RGB value is (1,38,93). Sum of RGB (Red+Green+Blue) = 1+38+93=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #01265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01265D is #FED9A2. Grayscale: #202020. Windows color (decimal): -16701859 or 6104577. OLE color: 6104577.
HSL color Cylindrical-coordinate representation of color #01265D: hue angle of 215.87º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01265D is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 38 | 93 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.64 |
| HSL | 215.87º | 0.98% | 0.18% | - |
| HSV(B) | 215.87º | 0.99% | 0.36% | - |
| XYZ | 2.68 | 2.18 | 10.64 | - |
| YUV | 33.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 93 | 0.99 | 0.59 | 0 | 0.64 | 215.87 | 0.98 | 0.18 |
| Hex | 1 | 26 | 5D | 63 | 3B | 0 | 40 | D8 | 62 | 12 |
| Octal | 1 | 46 | 135 | 143 | 73 | 0 | 100 | 330 | 142 | 22 |
| Binary | 1 | 100110 | 1011101 | 1100011 | 111011 | 0 | 1000000 | 11011000 | 1100010 | 10010 |
Color Harmonies of #01265D
Complementary color
Monochromatic Colors of #01265D
Black with #01265D
Text Example
Text Example
White with #01265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01265D; }
p { color: rgb(1,38,93); }
H1.HeaderClassName
{
color: #01265D;
}
.AnyTagClassName
{
color: #01265D;
}
</style>
background-color css
<style>
a { background-color: #01265D; }
a { background-color: rgb(1,38,93); }
div.DivClassName
{
background-color: #01265D;
}
.BgClassName
{
background-color: #01265D;
}
</style>
border-color css
<style>
span { border-color: #01265D; }
span { border-color: rgb(1,38,93); }
td.TdClassName
{
border-color: #01265D;
}
.TagClassName
{
border-color: #01265D;
}
</style>