Shades of Sapphire #052565
Tints of Sapphire #052565
RGB
CMYK
RGB Variations
Color information
#052565 (or 0x052565) is known color: Sapphire. HEX triplet: 05, 25 and 65. RGB value is (5,37,101). Sum of RGB (Red+Green+Blue) = 5+37+101=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #052565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052565 is #FADA9A. Grayscale: #222222. Windows color (decimal): -16439963 or 6628613. OLE color: 6628613.
HSL color Cylindrical-coordinate representation of color #052565: hue angle of 220º 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 #052565 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 37 | 101 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.60 |
| HSL | 220º | 0.91% | 0.21% | - |
| HSV(B) | 220º | 0.95% | 0.4% | - |
| XYZ | 3.07 | 2.29 | 12.59 | - |
| YUV | 34.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 101 | 0.95 | 0.63 | 0 | 0.60 | 220 | 0.91 | 0.21 |
| Hex | 5 | 25 | 65 | 5F | 3F | 0 | 3C | DC | 5B | 15 |
| Octal | 5 | 45 | 145 | 137 | 77 | 0 | 74 | 334 | 133 | 25 |
| Binary | 101 | 100101 | 1100101 | 1011111 | 111111 | 0 | 111100 | 11011100 | 1011011 | 10101 |
Color Harmonies of #052565
Complementary color
Monochromatic Colors of #052565
Black with #052565
Text Example
Text Example
White with #052565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052565; }
p { color: rgb(5,37,101); }
H1.HeaderClassName
{
color: #052565;
}
.AnyTagClassName
{
color: #052565;
}
</style>
background-color css
<style>
a { background-color: #052565; }
a { background-color: rgb(5,37,101); }
div.DivClassName
{
background-color: #052565;
}
.BgClassName
{
background-color: #052565;
}
</style>
border-color css
<style>
span { border-color: #052565; }
span { border-color: rgb(5,37,101); }
td.TdClassName
{
border-color: #052565;
}
.TagClassName
{
border-color: #052565;
}
</style>