Shades of Sapphire #052148
Tints of Sapphire #052148
RGB
CMYK
RGB Variations
Color information
#052148 (or 0x052148) is known color: Sapphire. HEX triplet: 05, 21 and 48. RGB value is (5,33,72). Sum of RGB (Red+Green+Blue) = 5+33+72=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #052148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052148 is #FADEB7. Grayscale: #1C1C1C. Windows color (decimal): -16441016 or 4727045. OLE color: 4727045.
HSL color Cylindrical-coordinate representation of color #052148: hue angle of 214.93º 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 #052148 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 33 | 72 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.72 |
| HSL | 214.93º | 0.87% | 0.15% | - |
| HSV(B) | 214.93º | 0.93% | 0.28% | - |
| XYZ | 1.78 | 1.59 | 6.34 | - |
| YUV | 29.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 72 | 0.93 | 0.54 | 0 | 0.72 | 214.93 | 0.87 | 0.15 |
| Hex | 5 | 21 | 48 | 5D | 36 | 0 | 48 | D7 | 57 | F |
| Octal | 5 | 41 | 110 | 135 | 66 | 0 | 110 | 327 | 127 | 17 |
| Binary | 101 | 100001 | 1001000 | 1011101 | 110110 | 0 | 1001000 | 11010111 | 1010111 | 1111 |
Color Harmonies of #052148
Complementary color
Monochromatic Colors of #052148
Black with #052148
Text Example
Text Example
White with #052148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052148; }
p { color: rgb(5,33,72); }
H1.HeaderClassName
{
color: #052148;
}
.AnyTagClassName
{
color: #052148;
}
</style>
background-color css
<style>
a { background-color: #052148; }
a { background-color: rgb(5,33,72); }
div.DivClassName
{
background-color: #052148;
}
.BgClassName
{
background-color: #052148;
}
</style>
border-color css
<style>
span { border-color: #052148; }
span { border-color: rgb(5,33,72); }
td.TdClassName
{
border-color: #052148;
}
.TagClassName
{
border-color: #052148;
}
</style>