Shades of Sapphire #01297D
Tints of Sapphire #01297D
RGB
CMYK
RGB Variations
Color information
#01297D (or 0x01297D) is known color: Sapphire. HEX triplet: 01, 29 and 7D. RGB value is (1,41,125). Sum of RGB (Red+Green+Blue) = 1+41+125=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #01297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01297D is #FED682. Grayscale: #262626. Windows color (decimal): -16701059 or 8202497. OLE color: 8202497.
HSL color Cylindrical-coordinate representation of color #01297D: hue angle of 220.65º 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 #01297D is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 41 | 125 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.51 |
| HSL | 220.65º | 0.98% | 0.25% | - |
| HSV(B) | 220.65º | 0.99% | 0.49% | - |
| XYZ | 4.51 | 3.07 | 19.76 | - |
| YUV | 38.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 125 | 0.99 | 0.67 | 0 | 0.51 | 220.65 | 0.98 | 0.25 |
| Hex | 1 | 29 | 7D | 63 | 43 | 0 | 33 | DD | 62 | 19 |
| Octal | 1 | 51 | 175 | 143 | 103 | 0 | 63 | 335 | 142 | 31 |
| Binary | 1 | 101001 | 1111101 | 1100011 | 1000011 | 0 | 110011 | 11011101 | 1100010 | 11001 |
Color Harmonies of #01297D
Complementary color
Monochromatic Colors of #01297D
Black with #01297D
Text Example
Text Example
White with #01297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01297D; }
p { color: rgb(1,41,125); }
H1.HeaderClassName
{
color: #01297D;
}
.AnyTagClassName
{
color: #01297D;
}
</style>
background-color css
<style>
a { background-color: #01297D; }
a { background-color: rgb(1,41,125); }
div.DivClassName
{
background-color: #01297D;
}
.BgClassName
{
background-color: #01297D;
}
</style>
border-color css
<style>
span { border-color: #01297D; }
span { border-color: rgb(1,41,125); }
td.TdClassName
{
border-color: #01297D;
}
.TagClassName
{
border-color: #01297D;
}
</style>