Shades of Sapphire #041A51
Tints of Sapphire #041A51
RGB
CMYK
RGB Variations
Color information
#041A51 (or 0x041A51) is known color: Sapphire. HEX triplet: 04, 1A and 51. RGB value is (4,26,81). Sum of RGB (Red+Green+Blue) = 4+26+81=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #041A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A51 is #FBE5AE. Grayscale: #191919. Windows color (decimal): -16508335 or 5315076. OLE color: 5315076.
HSL color Cylindrical-coordinate representation of color #041A51: hue angle of 222.86º 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 #041A51 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 26 | 81 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.68 |
| HSL | 222.86º | 0.91% | 0.17% | - |
| HSV(B) | 222.86º | 0.95% | 0.32% | - |
| XYZ | 1.9 | 1.36 | 7.95 | - |
| YUV | 25.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 81 | 0.95 | 0.68 | 0 | 0.68 | 222.86 | 0.91 | 0.17 |
| Hex | 4 | 1A | 51 | 5F | 44 | 0 | 44 | DF | 5B | 11 |
| Octal | 4 | 32 | 121 | 137 | 104 | 0 | 104 | 337 | 133 | 21 |
| Binary | 100 | 11010 | 1010001 | 1011111 | 1000100 | 0 | 1000100 | 11011111 | 1011011 | 10001 |
Color Harmonies of #041A51
Complementary color
Monochromatic Colors of #041A51
Black with #041A51
Text Example
Text Example
White with #041A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A51; }
p { color: rgb(4,26,81); }
H1.HeaderClassName
{
color: #041A51;
}
.AnyTagClassName
{
color: #041A51;
}
</style>
background-color css
<style>
a { background-color: #041A51; }
a { background-color: rgb(4,26,81); }
div.DivClassName
{
background-color: #041A51;
}
.BgClassName
{
background-color: #041A51;
}
</style>
border-color css
<style>
span { border-color: #041A51; }
span { border-color: rgb(4,26,81); }
td.TdClassName
{
border-color: #041A51;
}
.TagClassName
{
border-color: #041A51;
}
</style>