Shades of Sapphire #041C51
Tints of Sapphire #041C51
RGB
CMYK
RGB Variations
Color information
#041C51 (or 0x041C51) is known color: Sapphire. HEX triplet: 04, 1C and 51. RGB value is (4,28,81). Sum of RGB (Red+Green+Blue) = 4+28+81=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #041C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C51 is #FBE3AE. Grayscale: #1A1A1A. Windows color (decimal): -16507823 or 5315588. OLE color: 5315588.
HSL color Cylindrical-coordinate representation of color #041C51: hue angle of 221.3º 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 #041C51 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 28 | 81 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.68 |
| HSL | 221.3º | 0.91% | 0.17% | - |
| HSV(B) | 221.3º | 0.95% | 0.32% | - |
| XYZ | 1.95 | 1.45 | 7.96 | - |
| YUV | 26.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 81 | 0.95 | 0.65 | 0 | 0.68 | 221.3 | 0.91 | 0.17 |
| Hex | 4 | 1C | 51 | 5F | 41 | 0 | 44 | DD | 5B | 11 |
| Octal | 4 | 34 | 121 | 137 | 101 | 0 | 104 | 335 | 133 | 21 |
| Binary | 100 | 11100 | 1010001 | 1011111 | 1000001 | 0 | 1000100 | 11011101 | 1011011 | 10001 |
Color Harmonies of #041C51
Complementary color
Monochromatic Colors of #041C51
Black with #041C51
Text Example
Text Example
White with #041C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C51; }
p { color: rgb(4,28,81); }
H1.HeaderClassName
{
color: #041C51;
}
.AnyTagClassName
{
color: #041C51;
}
</style>
background-color css
<style>
a { background-color: #041C51; }
a { background-color: rgb(4,28,81); }
div.DivClassName
{
background-color: #041C51;
}
.BgClassName
{
background-color: #041C51;
}
</style>
border-color css
<style>
span { border-color: #041C51; }
span { border-color: rgb(4,28,81); }
td.TdClassName
{
border-color: #041C51;
}
.TagClassName
{
border-color: #041C51;
}
</style>