Shades of Sapphire #05295A
Tints of Sapphire #05295A
RGB
CMYK
RGB Variations
Color information
#05295A (or 0x05295A) is known color: Sapphire. HEX triplet: 05, 29 and 5A. RGB value is (5,41,90). Sum of RGB (Red+Green+Blue) = 5+41+90=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #05295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05295A is #FAD6A5. Grayscale: #232323. Windows color (decimal): -16438950 or 5908741. OLE color: 5908741.
HSL color Cylindrical-coordinate representation of color #05295A: hue angle of 214.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05295A is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 41 | 90 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.65 |
| HSL | 214.59º | 0.89% | 0.19% | - |
| HSV(B) | 214.59º | 0.94% | 0.35% | - |
| XYZ | 2.7 | 2.36 | 9.99 | - |
| YUV | 35.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 90 | 0.94 | 0.54 | 0 | 0.65 | 214.59 | 0.89 | 0.19 |
| Hex | 5 | 29 | 5A | 5E | 36 | 0 | 41 | D7 | 59 | 13 |
| Octal | 5 | 51 | 132 | 136 | 66 | 0 | 101 | 327 | 131 | 23 |
| Binary | 101 | 101001 | 1011010 | 1011110 | 110110 | 0 | 1000001 | 11010111 | 1011001 | 10011 |
Color Harmonies of #05295A
Complementary color
Monochromatic Colors of #05295A
Black with #05295A
Text Example
Text Example
White with #05295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05295A; }
p { color: rgb(5,41,90); }
H1.HeaderClassName
{
color: #05295A;
}
.AnyTagClassName
{
color: #05295A;
}
</style>
background-color css
<style>
a { background-color: #05295A; }
a { background-color: rgb(5,41,90); }
div.DivClassName
{
background-color: #05295A;
}
.BgClassName
{
background-color: #05295A;
}
</style>
border-color css
<style>
span { border-color: #05295A; }
span { border-color: rgb(5,41,90); }
td.TdClassName
{
border-color: #05295A;
}
.TagClassName
{
border-color: #05295A;
}
</style>