Shades of Sapphire #05295B
Tints of Sapphire #05295B
RGB
CMYK
RGB Variations
Color information
#05295B (or 0x05295B) is known color: Sapphire. HEX triplet: 05, 29 and 5B. RGB value is (5,41,91). Sum of RGB (Red+Green+Blue) = 5+41+91=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #05295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05295B is #FAD6A4. Grayscale: #232323. Windows color (decimal): -16438949 or 5974277. OLE color: 5974277.
HSL color Cylindrical-coordinate representation of color #05295B: hue angle of 214.88º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05295B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 41 | 91 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.64 |
| HSL | 214.88º | 0.9% | 0.19% | - |
| HSV(B) | 214.88º | 0.95% | 0.36% | - |
| XYZ | 2.74 | 2.37 | 10.21 | - |
| YUV | 35.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 91 | 0.95 | 0.55 | 0 | 0.64 | 214.88 | 0.9 | 0.19 |
| Hex | 5 | 29 | 5B | 5F | 37 | 0 | 40 | D7 | 5A | 13 |
| Octal | 5 | 51 | 133 | 137 | 67 | 0 | 100 | 327 | 132 | 23 |
| Binary | 101 | 101001 | 1011011 | 1011111 | 110111 | 0 | 1000000 | 11010111 | 1011010 | 10011 |
Color Harmonies of #05295B
Complementary color
Monochromatic Colors of #05295B
Black with #05295B
Text Example
Text Example
White with #05295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05295B; }
p { color: rgb(5,41,91); }
H1.HeaderClassName
{
color: #05295B;
}
.AnyTagClassName
{
color: #05295B;
}
</style>
background-color css
<style>
a { background-color: #05295B; }
a { background-color: rgb(5,41,91); }
div.DivClassName
{
background-color: #05295B;
}
.BgClassName
{
background-color: #05295B;
}
</style>
border-color css
<style>
span { border-color: #05295B; }
span { border-color: rgb(5,41,91); }
td.TdClassName
{
border-color: #05295B;
}
.TagClassName
{
border-color: #05295B;
}
</style>