Shades of Sapphire #05227C
Tints of Sapphire #05227C
RGB
CMYK
RGB Variations
Color information
#05227C (or 0x05227C) is known color: Sapphire. HEX triplet: 05, 22 and 7C. RGB value is (5,34,124). Sum of RGB (Red+Green+Blue) = 5+34+124=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #05227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05227C is #FADD83. Grayscale: #232323. Windows color (decimal): -16440708 or 8135173. OLE color: 8135173.
HSL color Cylindrical-coordinate representation of color #05227C: hue angle of 225.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05227C is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 34 | 124 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.51 |
| HSL | 225.38º | 0.92% | 0.25% | - |
| HSV(B) | 225.38º | 0.96% | 0.49% | - |
| XYZ | 4.27 | 2.63 | 19.35 | - |
| YUV | 35.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 124 | 0.96 | 0.73 | 0 | 0.51 | 225.38 | 0.92 | 0.25 |
| Hex | 5 | 22 | 7C | 60 | 49 | 0 | 33 | E1 | 5C | 19 |
| Octal | 5 | 42 | 174 | 140 | 111 | 0 | 63 | 341 | 134 | 31 |
| Binary | 101 | 100010 | 1111100 | 1100000 | 1001001 | 0 | 110011 | 11100001 | 1011100 | 11001 |
Color Harmonies of #05227C
Complementary color
Monochromatic Colors of #05227C
Black with #05227C
Text Example
Text Example
White with #05227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05227C; }
p { color: rgb(5,34,124); }
H1.HeaderClassName
{
color: #05227C;
}
.AnyTagClassName
{
color: #05227C;
}
</style>
background-color css
<style>
a { background-color: #05227C; }
a { background-color: rgb(5,34,124); }
div.DivClassName
{
background-color: #05227C;
}
.BgClassName
{
background-color: #05227C;
}
</style>
border-color css
<style>
span { border-color: #05227C; }
span { border-color: rgb(5,34,124); }
td.TdClassName
{
border-color: #05227C;
}
.TagClassName
{
border-color: #05227C;
}
</style>