Shades of Sapphire #05255A
Tints of Sapphire #05255A
RGB
CMYK
RGB Variations
Color information
#05255A (or 0x05255A) is known color: Sapphire. HEX triplet: 05, 25 and 5A. RGB value is (5,37,90). Sum of RGB (Red+Green+Blue) = 5+37+90=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #05255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05255A is #FADAA5. Grayscale: #212121. Windows color (decimal): -16439974 or 5907717. OLE color: 5907717.
HSL color Cylindrical-coordinate representation of color #05255A: hue angle of 217.41º 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 #05255A is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 37 | 90 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.65 |
| HSL | 217.41º | 0.89% | 0.19% | - |
| HSV(B) | 217.41º | 0.94% | 0.35% | - |
| XYZ | 2.57 | 2.09 | 9.94 | - |
| YUV | 33.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 90 | 0.94 | 0.59 | 0 | 0.65 | 217.41 | 0.89 | 0.19 |
| Hex | 5 | 25 | 5A | 5E | 3B | 0 | 41 | D9 | 59 | 13 |
| Octal | 5 | 45 | 132 | 136 | 73 | 0 | 101 | 331 | 131 | 23 |
| Binary | 101 | 100101 | 1011010 | 1011110 | 111011 | 0 | 1000001 | 11011001 | 1011001 | 10011 |
Color Harmonies of #05255A
Complementary color
Monochromatic Colors of #05255A
Black with #05255A
Text Example
Text Example
White with #05255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05255A; }
p { color: rgb(5,37,90); }
H1.HeaderClassName
{
color: #05255A;
}
.AnyTagClassName
{
color: #05255A;
}
</style>
background-color css
<style>
a { background-color: #05255A; }
a { background-color: rgb(5,37,90); }
div.DivClassName
{
background-color: #05255A;
}
.BgClassName
{
background-color: #05255A;
}
</style>
border-color css
<style>
span { border-color: #05255A; }
span { border-color: rgb(5,37,90); }
td.TdClassName
{
border-color: #05255A;
}
.TagClassName
{
border-color: #05255A;
}
</style>