Shades of Sapphire #01297B
Tints of Sapphire #01297B
RGB
CMYK
RGB Variations
Color information
#01297B (or 0x01297B) is known color: Sapphire. HEX triplet: 01, 29 and 7B. RGB value is (1,41,123). Sum of RGB (Red+Green+Blue) = 1+41+123=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #01297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01297B is #FED684. Grayscale: #262626. Windows color (decimal): -16701061 or 8071425. OLE color: 8071425.
HSL color Cylindrical-coordinate representation of color #01297B: hue angle of 220.33º 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 #01297B is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 41 | 123 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.52 |
| HSL | 220.33º | 0.98% | 0.24% | - |
| HSV(B) | 220.33º | 0.99% | 0.48% | - |
| XYZ | 4.38 | 3.02 | 19.09 | - |
| YUV | 38.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 123 | 0.99 | 0.67 | 0 | 0.52 | 220.33 | 0.98 | 0.24 |
| Hex | 1 | 29 | 7B | 63 | 43 | 0 | 34 | DC | 62 | 18 |
| Octal | 1 | 51 | 173 | 143 | 103 | 0 | 64 | 334 | 142 | 30 |
| Binary | 1 | 101001 | 1111011 | 1100011 | 1000011 | 0 | 110100 | 11011100 | 1100010 | 11000 |
Color Harmonies of #01297B
Complementary color
Monochromatic Colors of #01297B
Black with #01297B
Text Example
Text Example
White with #01297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01297B; }
p { color: rgb(1,41,123); }
H1.HeaderClassName
{
color: #01297B;
}
.AnyTagClassName
{
color: #01297B;
}
</style>
background-color css
<style>
a { background-color: #01297B; }
a { background-color: rgb(1,41,123); }
div.DivClassName
{
background-color: #01297B;
}
.BgClassName
{
background-color: #01297B;
}
</style>
border-color css
<style>
span { border-color: #01297B; }
span { border-color: rgb(1,41,123); }
td.TdClassName
{
border-color: #01297B;
}
.TagClassName
{
border-color: #01297B;
}
</style>