Shades of Sapphire #052582
Tints of Sapphire #052582
RGB
CMYK
RGB Variations
Color information
#052582 (or 0x052582) is known color: Sapphire. HEX triplet: 05, 25 and 82. RGB value is (5,37,130). Sum of RGB (Red+Green+Blue) = 5+37+130=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #052582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052582 is #FADA7D. Grayscale: #252525. Windows color (decimal): -16439934 or 8529157. OLE color: 8529157.
HSL color Cylindrical-coordinate representation of color #052582: hue angle of 224.64º 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 #052582 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 37 | 130 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.49 |
| HSL | 224.64º | 0.93% | 0.26% | - |
| HSV(B) | 224.64º | 0.96% | 0.51% | - |
| XYZ | 4.75 | 2.97 | 21.44 | - |
| YUV | 38.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 130 | 0.96 | 0.72 | 0 | 0.49 | 224.64 | 0.93 | 0.26 |
| Hex | 5 | 25 | 82 | 60 | 48 | 0 | 31 | E1 | 5D | 1A |
| Octal | 5 | 45 | 202 | 140 | 110 | 0 | 61 | 341 | 135 | 32 |
| Binary | 101 | 100101 | 10000010 | 1100000 | 1001000 | 0 | 110001 | 11100001 | 1011101 | 11010 |
Color Harmonies of #052582
Complementary color
Monochromatic Colors of #052582
Black with #052582
Text Example
Text Example
White with #052582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052582; }
p { color: rgb(5,37,130); }
H1.HeaderClassName
{
color: #052582;
}
.AnyTagClassName
{
color: #052582;
}
</style>
background-color css
<style>
a { background-color: #052582; }
a { background-color: rgb(5,37,130); }
div.DivClassName
{
background-color: #052582;
}
.BgClassName
{
background-color: #052582;
}
</style>
border-color css
<style>
span { border-color: #052582; }
span { border-color: rgb(5,37,130); }
td.TdClassName
{
border-color: #052582;
}
.TagClassName
{
border-color: #052582;
}
</style>