Shades of Sapphire #041851
Tints of Sapphire #041851
RGB
CMYK
RGB Variations
Color information
#041851 (or 0x041851) is known color: Sapphire. HEX triplet: 04, 18 and 51. RGB value is (4,24,81). Sum of RGB (Red+Green+Blue) = 4+24+81=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #041851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041851 is #FBE7AE. Grayscale: #181818. Windows color (decimal): -16508847 or 5314564. OLE color: 5314564.
HSL color Cylindrical-coordinate representation of color #041851: hue angle of 224.42º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041851 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 24 | 81 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.68 |
| HSL | 224.42º | 0.91% | 0.17% | - |
| HSV(B) | 224.42º | 0.95% | 0.32% | - |
| XYZ | 1.86 | 1.27 | 7.93 | - |
| YUV | 24.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 81 | 0.95 | 0.70 | 0 | 0.68 | 224.42 | 0.91 | 0.17 |
| Hex | 4 | 18 | 51 | 5F | 46 | 0 | 44 | E0 | 5B | 11 |
| Octal | 4 | 30 | 121 | 137 | 106 | 0 | 104 | 340 | 133 | 21 |
| Binary | 100 | 11000 | 1010001 | 1011111 | 1000110 | 0 | 1000100 | 11100000 | 1011011 | 10001 |
Color Harmonies of #041851
Complementary color
Monochromatic Colors of #041851
Black with #041851
Text Example
Text Example
White with #041851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041851; }
p { color: rgb(4,24,81); }
H1.HeaderClassName
{
color: #041851;
}
.AnyTagClassName
{
color: #041851;
}
</style>
background-color css
<style>
a { background-color: #041851; }
a { background-color: rgb(4,24,81); }
div.DivClassName
{
background-color: #041851;
}
.BgClassName
{
background-color: #041851;
}
</style>
border-color css
<style>
span { border-color: #041851; }
span { border-color: rgb(4,24,81); }
td.TdClassName
{
border-color: #041851;
}
.TagClassName
{
border-color: #041851;
}
</style>