Shades of Sapphire #05295D
Tints of Sapphire #05295D
RGB
CMYK
RGB Variations
Color information
#05295D (or 0x05295D) is known color: Sapphire. HEX triplet: 05, 29 and 5D. RGB value is (5,41,93). Sum of RGB (Red+Green+Blue) = 5+41+93=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #05295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05295D is #FAD6A2. Grayscale: #232323. Windows color (decimal): -16438947 or 6105349. OLE color: 6105349.
HSL color Cylindrical-coordinate representation of color #05295D: hue angle of 215.45º 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 #05295D is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 41 | 93 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.64 |
| HSL | 215.45º | 0.9% | 0.19% | - |
| HSV(B) | 215.45º | 0.95% | 0.36% | - |
| XYZ | 2.83 | 2.41 | 10.67 | - |
| YUV | 36.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 93 | 0.95 | 0.56 | 0 | 0.64 | 215.45 | 0.9 | 0.19 |
| Hex | 5 | 29 | 5D | 5F | 38 | 0 | 40 | D7 | 5A | 13 |
| Octal | 5 | 51 | 135 | 137 | 70 | 0 | 100 | 327 | 132 | 23 |
| Binary | 101 | 101001 | 1011101 | 1011111 | 111000 | 0 | 1000000 | 11010111 | 1011010 | 10011 |
Color Harmonies of #05295D
Complementary color
Monochromatic Colors of #05295D
Black with #05295D
Text Example
Text Example
White with #05295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05295D; }
p { color: rgb(5,41,93); }
H1.HeaderClassName
{
color: #05295D;
}
.AnyTagClassName
{
color: #05295D;
}
</style>
background-color css
<style>
a { background-color: #05295D; }
a { background-color: rgb(5,41,93); }
div.DivClassName
{
background-color: #05295D;
}
.BgClassName
{
background-color: #05295D;
}
</style>
border-color css
<style>
span { border-color: #05295D; }
span { border-color: rgb(5,41,93); }
td.TdClassName
{
border-color: #05295D;
}
.TagClassName
{
border-color: #05295D;
}
</style>