Shades of Sapphire #05225E
Tints of Sapphire #05225E
RGB
CMYK
RGB Variations
Color information
#05225E (or 0x05225E) is known color: Sapphire. HEX triplet: 05, 22 and 5E. RGB value is (5,34,94). Sum of RGB (Red+Green+Blue) = 5+34+94=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #05225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05225E is #FADDA1. Grayscale: #1F1F1F. Windows color (decimal): -16440738 or 6169093. OLE color: 6169093.
HSL color Cylindrical-coordinate representation of color #05225E: hue angle of 220.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05225E is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 34 | 94 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.63 |
| HSL | 220.45º | 0.9% | 0.19% | - |
| HSV(B) | 220.45º | 0.95% | 0.37% | - |
| XYZ | 2.65 | 1.98 | 10.83 | - |
| YUV | 32.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 94 | 0.95 | 0.64 | 0 | 0.63 | 220.45 | 0.9 | 0.19 |
| Hex | 5 | 22 | 5E | 5F | 40 | 0 | 3F | DC | 5A | 13 |
| Octal | 5 | 42 | 136 | 137 | 100 | 0 | 77 | 334 | 132 | 23 |
| Binary | 101 | 100010 | 1011110 | 1011111 | 1000000 | 0 | 111111 | 11011100 | 1011010 | 10011 |
Color Harmonies of #05225E
Complementary color
Monochromatic Colors of #05225E
Black with #05225E
Text Example
Text Example
White with #05225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05225E; }
p { color: rgb(5,34,94); }
H1.HeaderClassName
{
color: #05225E;
}
.AnyTagClassName
{
color: #05225E;
}
</style>
background-color css
<style>
a { background-color: #05225E; }
a { background-color: rgb(5,34,94); }
div.DivClassName
{
background-color: #05225E;
}
.BgClassName
{
background-color: #05225E;
}
</style>
border-color css
<style>
span { border-color: #05225E; }
span { border-color: rgb(5,34,94); }
td.TdClassName
{
border-color: #05225E;
}
.TagClassName
{
border-color: #05225E;
}
</style>