Shades of Sapphire #05247A
Tints of Sapphire #05247A
RGB
CMYK
RGB Variations
Color information
#05247A (or 0x05247A) is known color: Sapphire. HEX triplet: 05, 24 and 7A. RGB value is (5,36,122). Sum of RGB (Red+Green+Blue) = 5+36+122=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #05247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05247A is #FADB85. Grayscale: #242424. Windows color (decimal): -16440198 or 8004613. OLE color: 8004613.
HSL color Cylindrical-coordinate representation of color #05247A: hue angle of 224.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05247A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 36 | 122 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.52 |
| HSL | 224.1º | 0.92% | 0.25% | - |
| HSV(B) | 224.1º | 0.96% | 0.48% | - |
| XYZ | 4.21 | 2.7 | 18.71 | - |
| YUV | 36.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 122 | 0.96 | 0.70 | 0 | 0.52 | 224.1 | 0.92 | 0.25 |
| Hex | 5 | 24 | 7A | 60 | 46 | 0 | 34 | E0 | 5C | 19 |
| Octal | 5 | 44 | 172 | 140 | 106 | 0 | 64 | 340 | 134 | 31 |
| Binary | 101 | 100100 | 1111010 | 1100000 | 1000110 | 0 | 110100 | 11100000 | 1011100 | 11001 |
Color Harmonies of #05247A
Complementary color
Monochromatic Colors of #05247A
Black with #05247A
Text Example
Text Example
White with #05247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05247A; }
p { color: rgb(5,36,122); }
H1.HeaderClassName
{
color: #05247A;
}
.AnyTagClassName
{
color: #05247A;
}
</style>
background-color css
<style>
a { background-color: #05247A; }
a { background-color: rgb(5,36,122); }
div.DivClassName
{
background-color: #05247A;
}
.BgClassName
{
background-color: #05247A;
}
</style>
border-color css
<style>
span { border-color: #05247A; }
span { border-color: rgb(5,36,122); }
td.TdClassName
{
border-color: #05247A;
}
.TagClassName
{
border-color: #05247A;
}
</style>