Shades of Sapphire #052866
Tints of Sapphire #052866
RGB
CMYK
RGB Variations
Color information
#052866 (or 0x052866) is known color: Sapphire. HEX triplet: 05, 28 and 66. RGB value is (5,40,102). Sum of RGB (Red+Green+Blue) = 5+40+102=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #052866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052866 is #FAD799. Grayscale: #242424. Windows color (decimal): -16439194 or 6694917. OLE color: 6694917.
HSL color Cylindrical-coordinate representation of color #052866: hue angle of 218.35º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052866 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 40 | 102 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.6 |
| HSL | 218.35º | 0.91% | 0.21% | - |
| HSV(B) | 218.35º | 0.95% | 0.4% | - |
| XYZ | 3.22 | 2.51 | 12.88 | - |
| YUV | 36.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 102 | 0.95 | 0.61 | 0 | 0.6 | 218.35 | 0.91 | 0.21 |
| Hex | 5 | 28 | 66 | 5F | 3D | 0 | 3C | DA | 5B | 15 |
| Octal | 5 | 50 | 146 | 137 | 75 | 0 | 74 | 332 | 133 | 25 |
| Binary | 101 | 101000 | 1100110 | 1011111 | 111101 | 0 | 111100 | 11011010 | 1011011 | 10101 |
Color Harmonies of #052866
Complementary color
Monochromatic Colors of #052866
Black with #052866
Text Example
Text Example
White with #052866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052866; }
p { color: rgb(5,40,102); }
H1.HeaderClassName
{
color: #052866;
}
.AnyTagClassName
{
color: #052866;
}
</style>
background-color css
<style>
a { background-color: #052866; }
a { background-color: rgb(5,40,102); }
div.DivClassName
{
background-color: #052866;
}
.BgClassName
{
background-color: #052866;
}
</style>
border-color css
<style>
span { border-color: #052866; }
span { border-color: rgb(5,40,102); }
td.TdClassName
{
border-color: #052866;
}
.TagClassName
{
border-color: #052866;
}
</style>