Shades of Sapphire #05296F
Tints of Sapphire #05296F
RGB
CMYK
RGB Variations
Color information
#05296F (or 0x05296F) is known color: Sapphire. HEX triplet: 05, 29 and 6F. RGB value is (5,41,111). Sum of RGB (Red+Green+Blue) = 5+41+111=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #05296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05296F is #FAD690. Grayscale: #252525. Windows color (decimal): -16438929 or 7284997. OLE color: 7284997.
HSL color Cylindrical-coordinate representation of color #05296F: hue angle of 219.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05296F is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 41 | 111 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.56 |
| HSL | 219.62º | 0.91% | 0.23% | - |
| HSV(B) | 219.62º | 0.95% | 0.44% | - |
| XYZ | 3.72 | 2.77 | 15.38 | - |
| YUV | 38.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 111 | 0.95 | 0.63 | 0 | 0.56 | 219.62 | 0.91 | 0.23 |
| Hex | 5 | 29 | 6F | 5F | 3F | 0 | 38 | DC | 5B | 17 |
| Octal | 5 | 51 | 157 | 137 | 77 | 0 | 70 | 334 | 133 | 27 |
| Binary | 101 | 101001 | 1101111 | 1011111 | 111111 | 0 | 111000 | 11011100 | 1011011 | 10111 |
Color Harmonies of #05296F
Complementary color
Monochromatic Colors of #05296F
Black with #05296F
Text Example
Text Example
White with #05296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05296F; }
p { color: rgb(5,41,111); }
H1.HeaderClassName
{
color: #05296F;
}
.AnyTagClassName
{
color: #05296F;
}
</style>
background-color css
<style>
a { background-color: #05296F; }
a { background-color: rgb(5,41,111); }
div.DivClassName
{
background-color: #05296F;
}
.BgClassName
{
background-color: #05296F;
}
</style>
border-color css
<style>
span { border-color: #05296F; }
span { border-color: rgb(5,41,111); }
td.TdClassName
{
border-color: #05296F;
}
.TagClassName
{
border-color: #05296F;
}
</style>