Shades of Sapphire #052048
Tints of Sapphire #052048
RGB
CMYK
RGB Variations
Color information
#052048 (or 0x052048) is known color: Sapphire. HEX triplet: 05, 20 and 48. RGB value is (5,32,72). Sum of RGB (Red+Green+Blue) = 5+32+72=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #052048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052048 is #FADFB7. Grayscale: #1C1C1C. Windows color (decimal): -16441272 or 4726789. OLE color: 4726789.
HSL color Cylindrical-coordinate representation of color #052048: hue angle of 215.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052048 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 32 | 72 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.72 |
| HSL | 215.82º | 0.87% | 0.15% | - |
| HSV(B) | 215.82º | 0.93% | 0.28% | - |
| XYZ | 1.75 | 1.53 | 6.33 | - |
| YUV | 28.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 72 | 0.93 | 0.56 | 0 | 0.72 | 215.82 | 0.87 | 0.15 |
| Hex | 5 | 20 | 48 | 5D | 38 | 0 | 48 | D8 | 57 | F |
| Octal | 5 | 40 | 110 | 135 | 70 | 0 | 110 | 330 | 127 | 17 |
| Binary | 101 | 100000 | 1001000 | 1011101 | 111000 | 0 | 1001000 | 11011000 | 1010111 | 1111 |
Color Harmonies of #052048
Complementary color
Monochromatic Colors of #052048
Black with #052048
Text Example
Text Example
White with #052048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052048; }
p { color: rgb(5,32,72); }
H1.HeaderClassName
{
color: #052048;
}
.AnyTagClassName
{
color: #052048;
}
</style>
background-color css
<style>
a { background-color: #052048; }
a { background-color: rgb(5,32,72); }
div.DivClassName
{
background-color: #052048;
}
.BgClassName
{
background-color: #052048;
}
</style>
border-color css
<style>
span { border-color: #052048; }
span { border-color: rgb(5,32,72); }
td.TdClassName
{
border-color: #052048;
}
.TagClassName
{
border-color: #052048;
}
</style>