Shades of Sapphire #01257A
Tints of Sapphire #01257A
RGB
CMYK
RGB Variations
Color information
#01257A (or 0x01257A) is known color: Sapphire. HEX triplet: 01, 25 and 7A. RGB value is (1,37,122). Sum of RGB (Red+Green+Blue) = 1+37+122=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #01257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257A is #FEDA85. Grayscale: #232323. Windows color (decimal): -16702086 or 8004865. OLE color: 8004865.
HSL color Cylindrical-coordinate representation of color #01257A: hue angle of 222.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01257A is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 37 | 122 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.52 |
| HSL | 222.15º | 0.98% | 0.24% | - |
| HSV(B) | 222.15º | 0.99% | 0.48% | - |
| XYZ | 4.19 | 2.73 | 18.72 | - |
| YUV | 35.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 122 | 0.99 | 0.70 | 0 | 0.52 | 222.15 | 0.98 | 0.24 |
| Hex | 1 | 25 | 7A | 63 | 46 | 0 | 34 | DE | 62 | 18 |
| Octal | 1 | 45 | 172 | 143 | 106 | 0 | 64 | 336 | 142 | 30 |
| Binary | 1 | 100101 | 1111010 | 1100011 | 1000110 | 0 | 110100 | 11011110 | 1100010 | 11000 |
Color Harmonies of #01257A
Complementary color
Monochromatic Colors of #01257A
Black with #01257A
Text Example
Text Example
White with #01257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01257A; }
p { color: rgb(1,37,122); }
H1.HeaderClassName
{
color: #01257A;
}
.AnyTagClassName
{
color: #01257A;
}
</style>
background-color css
<style>
a { background-color: #01257A; }
a { background-color: rgb(1,37,122); }
div.DivClassName
{
background-color: #01257A;
}
.BgClassName
{
background-color: #01257A;
}
</style>
border-color css
<style>
span { border-color: #01257A; }
span { border-color: rgb(1,37,122); }
td.TdClassName
{
border-color: #01257A;
}
.TagClassName
{
border-color: #01257A;
}
</style>