Shades of Sapphire #052564
Tints of Sapphire #052564
RGB
CMYK
RGB Variations
Color information
#052564 (or 0x052564) is known color: Sapphire. HEX triplet: 05, 25 and 64. RGB value is (5,37,100). Sum of RGB (Red+Green+Blue) = 5+37+100=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #052564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052564 is #FADA9B. Grayscale: #222222. Windows color (decimal): -16439964 or 6563077. OLE color: 6563077.
HSL color Cylindrical-coordinate representation of color #052564: hue angle of 219.79º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052564 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 37 | 100 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.61 |
| HSL | 219.79º | 0.9% | 0.21% | - |
| HSV(B) | 219.79º | 0.95% | 0.39% | - |
| XYZ | 3.02 | 2.28 | 12.34 | - |
| YUV | 34.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 100 | 0.95 | 0.63 | 0 | 0.61 | 219.79 | 0.9 | 0.21 |
| Hex | 5 | 25 | 64 | 5F | 3F | 0 | 3D | DC | 5A | 15 |
| Octal | 5 | 45 | 144 | 137 | 77 | 0 | 75 | 334 | 132 | 25 |
| Binary | 101 | 100101 | 1100100 | 1011111 | 111111 | 0 | 111101 | 11011100 | 1011010 | 10101 |
Color Harmonies of #052564
Complementary color
Monochromatic Colors of #052564
Black with #052564
Text Example
Text Example
White with #052564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052564; }
p { color: rgb(5,37,100); }
H1.HeaderClassName
{
color: #052564;
}
.AnyTagClassName
{
color: #052564;
}
</style>
background-color css
<style>
a { background-color: #052564; }
a { background-color: rgb(5,37,100); }
div.DivClassName
{
background-color: #052564;
}
.BgClassName
{
background-color: #052564;
}
</style>
border-color css
<style>
span { border-color: #052564; }
span { border-color: rgb(5,37,100); }
td.TdClassName
{
border-color: #052564;
}
.TagClassName
{
border-color: #052564;
}
</style>