Shades of Sapphire #05206C
Tints of Sapphire #05206C
RGB
CMYK
RGB Variations
Color information
#05206C (or 0x05206C) is known color: Sapphire. HEX triplet: 05, 20 and 6C. RGB value is (5,32,108). Sum of RGB (Red+Green+Blue) = 5+32+108=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #05206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05206C is #FADF93. Grayscale: #202020. Windows color (decimal): -16441236 or 7086085. OLE color: 7086085.
HSL color Cylindrical-coordinate representation of color #05206C: hue angle of 224.27º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05206C is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 32 | 108 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.58 |
| HSL | 224.27º | 0.91% | 0.22% | - |
| HSV(B) | 224.27º | 0.95% | 0.42% | - |
| XYZ | 3.29 | 2.15 | 14.43 | - |
| YUV | 32.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 108 | 0.95 | 0.70 | 0 | 0.58 | 224.27 | 0.91 | 0.22 |
| Hex | 5 | 20 | 6C | 5F | 46 | 0 | 3A | E0 | 5B | 16 |
| Octal | 5 | 40 | 154 | 137 | 106 | 0 | 72 | 340 | 133 | 26 |
| Binary | 101 | 100000 | 1101100 | 1011111 | 1000110 | 0 | 111010 | 11100000 | 1011011 | 10110 |
Color Harmonies of #05206C
Complementary color
Monochromatic Colors of #05206C
Black with #05206C
Text Example
Text Example
White with #05206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05206C; }
p { color: rgb(5,32,108); }
H1.HeaderClassName
{
color: #05206C;
}
.AnyTagClassName
{
color: #05206C;
}
</style>
background-color css
<style>
a { background-color: #05206C; }
a { background-color: rgb(5,32,108); }
div.DivClassName
{
background-color: #05206C;
}
.BgClassName
{
background-color: #05206C;
}
</style>
border-color css
<style>
span { border-color: #05206C; }
span { border-color: rgb(5,32,108); }
td.TdClassName
{
border-color: #05206C;
}
.TagClassName
{
border-color: #05206C;
}
</style>