Shades of Sapphire #041A4D
Tints of Sapphire #041A4D
RGB
CMYK
RGB Variations
Color information
#041A4D (or 0x041A4D) is known color: Sapphire. HEX triplet: 04, 1A and 4D. RGB value is (4,26,77). Sum of RGB (Red+Green+Blue) = 4+26+77=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #041A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A4D is #FBE5B2. Grayscale: #191919. Windows color (decimal): -16508339 or 5052932. OLE color: 5052932.
HSL color Cylindrical-coordinate representation of color #041A4D: hue angle of 221.92º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041A4D is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 26 | 77 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.70 |
| HSL | 221.92º | 0.9% | 0.16% | - |
| HSV(B) | 221.92º | 0.95% | 0.3% | - |
| XYZ | 1.76 | 1.3 | 7.18 | - |
| YUV | 25.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 77 | 0.95 | 0.66 | 0 | 0.70 | 221.92 | 0.9 | 0.16 |
| Hex | 4 | 1A | 4D | 5F | 42 | 0 | 46 | DE | 5A | 10 |
| Octal | 4 | 32 | 115 | 137 | 102 | 0 | 106 | 336 | 132 | 20 |
| Binary | 100 | 11010 | 1001101 | 1011111 | 1000010 | 0 | 1000110 | 11011110 | 1011010 | 10000 |
Color Harmonies of #041A4D
Complementary color
Monochromatic Colors of #041A4D
Black with #041A4D
Text Example
Text Example
White with #041A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A4D; }
p { color: rgb(4,26,77); }
H1.HeaderClassName
{
color: #041A4D;
}
.AnyTagClassName
{
color: #041A4D;
}
</style>
background-color css
<style>
a { background-color: #041A4D; }
a { background-color: rgb(4,26,77); }
div.DivClassName
{
background-color: #041A4D;
}
.BgClassName
{
background-color: #041A4D;
}
</style>
border-color css
<style>
span { border-color: #041A4D; }
span { border-color: rgb(4,26,77); }
td.TdClassName
{
border-color: #041A4D;
}
.TagClassName
{
border-color: #041A4D;
}
</style>