Shades of Sapphire #051548
Tints of Sapphire #051548
RGB
CMYK
RGB Variations
Color information
#051548 (or 0x051548) is known color: Sapphire. HEX triplet: 05, 15 and 48. RGB value is (5,21,72). Sum of RGB (Red+Green+Blue) = 5+21+72=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #051548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051548 is #FAEAB7. Grayscale: #151515. Windows color (decimal): -16444088 or 4723973. OLE color: 4723973.
HSL color Cylindrical-coordinate representation of color #051548: hue angle of 225.67º 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 #051548 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 21 | 72 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.72 |
| HSL | 225.67º | 0.87% | 0.15% | - |
| HSV(B) | 225.67º | 0.93% | 0.28% | - |
| XYZ | 1.5 | 1.04 | 6.25 | - |
| YUV | 22.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 72 | 0.93 | 0.71 | 0 | 0.72 | 225.67 | 0.87 | 0.15 |
| Hex | 5 | 15 | 48 | 5D | 47 | 0 | 48 | E2 | 57 | F |
| Octal | 5 | 25 | 110 | 135 | 107 | 0 | 110 | 342 | 127 | 17 |
| Binary | 101 | 10101 | 1001000 | 1011101 | 1000111 | 0 | 1001000 | 11100010 | 1010111 | 1111 |
Color Harmonies of #051548
Complementary color
Monochromatic Colors of #051548
Black with #051548
Text Example
Text Example
White with #051548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051548; }
p { color: rgb(5,21,72); }
H1.HeaderClassName
{
color: #051548;
}
.AnyTagClassName
{
color: #051548;
}
</style>
background-color css
<style>
a { background-color: #051548; }
a { background-color: rgb(5,21,72); }
div.DivClassName
{
background-color: #051548;
}
.BgClassName
{
background-color: #051548;
}
</style>
border-color css
<style>
span { border-color: #051548; }
span { border-color: rgb(5,21,72); }
td.TdClassName
{
border-color: #051548;
}
.TagClassName
{
border-color: #051548;
}
</style>