Shades of Sapphire #051848
Tints of Sapphire #051848
RGB
CMYK
RGB Variations
Color information
#051848 (or 0x051848) is known color: Sapphire. HEX triplet: 05, 18 and 48. RGB value is (5,24,72). Sum of RGB (Red+Green+Blue) = 5+24+72=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #051848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051848 is #FAE7B7. Grayscale: #171717. Windows color (decimal): -16443320 or 4724741. OLE color: 4724741.
HSL color Cylindrical-coordinate representation of color #051848: hue angle of 222.99º 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 #051848 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 24 | 72 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.72 |
| HSL | 222.99º | 0.87% | 0.15% | - |
| HSV(B) | 222.99º | 0.93% | 0.28% | - |
| XYZ | 1.56 | 1.15 | 6.27 | - |
| YUV | 23.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 72 | 0.93 | 0.67 | 0 | 0.72 | 222.99 | 0.87 | 0.15 |
| Hex | 5 | 18 | 48 | 5D | 43 | 0 | 48 | DF | 57 | F |
| Octal | 5 | 30 | 110 | 135 | 103 | 0 | 110 | 337 | 127 | 17 |
| Binary | 101 | 11000 | 1001000 | 1011101 | 1000011 | 0 | 1001000 | 11011111 | 1010111 | 1111 |
Color Harmonies of #051848
Complementary color
Monochromatic Colors of #051848
Black with #051848
Text Example
Text Example
White with #051848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051848; }
p { color: rgb(5,24,72); }
H1.HeaderClassName
{
color: #051848;
}
.AnyTagClassName
{
color: #051848;
}
</style>
background-color css
<style>
a { background-color: #051848; }
a { background-color: rgb(5,24,72); }
div.DivClassName
{
background-color: #051848;
}
.BgClassName
{
background-color: #051848;
}
</style>
border-color css
<style>
span { border-color: #051848; }
span { border-color: rgb(5,24,72); }
td.TdClassName
{
border-color: #051848;
}
.TagClassName
{
border-color: #051848;
}
</style>