Shades of Sapphire #01297F
Tints of Sapphire #01297F
RGB
CMYK
RGB Variations
Color information
#01297F (or 0x01297F) is known color: Sapphire. HEX triplet: 01, 29 and 7F. RGB value is (1,41,127). Sum of RGB (Red+Green+Blue) = 1+41+127=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #01297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01297F is #FED680. Grayscale: #262626. Windows color (decimal): -16701057 or 8333569. OLE color: 8333569.
HSL color Cylindrical-coordinate representation of color #01297F: hue angle of 220.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01297F is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 41 | 127 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.50 |
| HSL | 220.95º | 0.98% | 0.25% | - |
| HSV(B) | 220.95º | 0.99% | 0.5% | - |
| XYZ | 4.64 | 3.12 | 20.44 | - |
| YUV | 38.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 127 | 0.99 | 0.68 | 0 | 0.50 | 220.95 | 0.98 | 0.25 |
| Hex | 1 | 29 | 7F | 63 | 44 | 0 | 32 | DD | 62 | 19 |
| Octal | 1 | 51 | 177 | 143 | 104 | 0 | 62 | 335 | 142 | 31 |
| Binary | 1 | 101001 | 1111111 | 1100011 | 1000100 | 0 | 110010 | 11011101 | 1100010 | 11001 |
Color Harmonies of #01297F
Complementary color
Monochromatic Colors of #01297F
Black with #01297F
Text Example
Text Example
White with #01297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01297F; }
p { color: rgb(1,41,127); }
H1.HeaderClassName
{
color: #01297F;
}
.AnyTagClassName
{
color: #01297F;
}
</style>
background-color css
<style>
a { background-color: #01297F; }
a { background-color: rgb(1,41,127); }
div.DivClassName
{
background-color: #01297F;
}
.BgClassName
{
background-color: #01297F;
}
</style>
border-color css
<style>
span { border-color: #01297F; }
span { border-color: rgb(1,41,127); }
td.TdClassName
{
border-color: #01297F;
}
.TagClassName
{
border-color: #01297F;
}
</style>