Shades of Sapphire #05255F
Tints of Sapphire #05255F
RGB
CMYK
RGB Variations
Color information
#05255F (or 0x05255F) is known color: Sapphire. HEX triplet: 05, 25 and 5F. RGB value is (5,37,95). Sum of RGB (Red+Green+Blue) = 5+37+95=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #05255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05255F is #FADAA0. Grayscale: #212121. Windows color (decimal): -16439969 or 6235397. OLE color: 6235397.
HSL color Cylindrical-coordinate representation of color #05255F: hue angle of 218.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05255F is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 37 | 95 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.63 |
| HSL | 218.67º | 0.9% | 0.2% | - |
| HSV(B) | 218.67º | 0.95% | 0.37% | - |
| XYZ | 2.79 | 2.18 | 11.1 | - |
| YUV | 34.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 95 | 0.95 | 0.61 | 0 | 0.63 | 218.67 | 0.9 | 0.2 |
| Hex | 5 | 25 | 5F | 5F | 3D | 0 | 3F | DB | 5A | 14 |
| Octal | 5 | 45 | 137 | 137 | 75 | 0 | 77 | 333 | 132 | 24 |
| Binary | 101 | 100101 | 1011111 | 1011111 | 111101 | 0 | 111111 | 11011011 | 1011010 | 10100 |
Color Harmonies of #05255F
Complementary color
Monochromatic Colors of #05255F
Black with #05255F
Text Example
Text Example
White with #05255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05255F; }
p { color: rgb(5,37,95); }
H1.HeaderClassName
{
color: #05255F;
}
.AnyTagClassName
{
color: #05255F;
}
</style>
background-color css
<style>
a { background-color: #05255F; }
a { background-color: rgb(5,37,95); }
div.DivClassName
{
background-color: #05255F;
}
.BgClassName
{
background-color: #05255F;
}
</style>
border-color css
<style>
span { border-color: #05255F; }
span { border-color: rgb(5,37,95); }
td.TdClassName
{
border-color: #05255F;
}
.TagClassName
{
border-color: #05255F;
}
</style>