Shades of Sapphire #052482
Tints of Sapphire #052482
RGB
CMYK
RGB Variations
Color information
#052482 (or 0x052482) is known color: Sapphire. HEX triplet: 05, 24 and 82. RGB value is (5,36,130). Sum of RGB (Red+Green+Blue) = 5+36+130=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #052482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052482 is #FADB7D. Grayscale: #252525. Windows color (decimal): -16440190 or 8528901. OLE color: 8528901.
HSL color Cylindrical-coordinate representation of color #052482: hue angle of 225.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052482 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 36 | 130 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.49 |
| HSL | 225.12º | 0.93% | 0.26% | - |
| HSV(B) | 225.12º | 0.96% | 0.51% | - |
| XYZ | 4.72 | 2.91 | 21.43 | - |
| YUV | 37.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 130 | 0.96 | 0.72 | 0 | 0.49 | 225.12 | 0.93 | 0.26 |
| Hex | 5 | 24 | 82 | 60 | 48 | 0 | 31 | E1 | 5D | 1A |
| Octal | 5 | 44 | 202 | 140 | 110 | 0 | 61 | 341 | 135 | 32 |
| Binary | 101 | 100100 | 10000010 | 1100000 | 1001000 | 0 | 110001 | 11100001 | 1011101 | 11010 |
Color Harmonies of #052482
Complementary color
Monochromatic Colors of #052482
Black with #052482
Text Example
Text Example
White with #052482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052482; }
p { color: rgb(5,36,130); }
H1.HeaderClassName
{
color: #052482;
}
.AnyTagClassName
{
color: #052482;
}
</style>
background-color css
<style>
a { background-color: #052482; }
a { background-color: rgb(5,36,130); }
div.DivClassName
{
background-color: #052482;
}
.BgClassName
{
background-color: #052482;
}
</style>
border-color css
<style>
span { border-color: #052482; }
span { border-color: rgb(5,36,130); }
td.TdClassName
{
border-color: #052482;
}
.TagClassName
{
border-color: #052482;
}
</style>