Shades of Sapphire #041A5F
Tints of Sapphire #041A5F
RGB
CMYK
RGB Variations
Color information
#041A5F (or 0x041A5F) is known color: Sapphire. HEX triplet: 04, 1A and 5F. RGB value is (4,26,95). Sum of RGB (Red+Green+Blue) = 4+26+95=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 95 (37.5% from 255 or 76% from 125); Max value from RGB is 95 - color contains mainly: blue. Hex color #041A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A5F is #FBE5A0. Grayscale: #1A1A1A. Windows color (decimal): -16508321 or 6232580. OLE color: 6232580.
HSL color Cylindrical-coordinate representation of color #041A5F: hue angle of 225.49º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A5F is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 26 | 95 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.63 |
| HSL | 225.49º | 0.92% | 0.19% | - |
| HSV(B) | 225.49º | 0.96% | 0.37% | - |
| XYZ | 2.49 | 1.59 | 11 | - |
| YUV | 27.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 95 | 0.96 | 0.73 | 0 | 0.63 | 225.49 | 0.92 | 0.19 |
| Hex | 4 | 1A | 5F | 60 | 49 | 0 | 3F | E1 | 5C | 13 |
| Octal | 4 | 32 | 137 | 140 | 111 | 0 | 77 | 341 | 134 | 23 |
| Binary | 100 | 11010 | 1011111 | 1100000 | 1001001 | 0 | 111111 | 11100001 | 1011100 | 10011 |
Color Harmonies of #041A5F
Complementary color
Monochromatic Colors of #041A5F
Black with #041A5F
Text Example
Text Example
White with #041A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A5F; }
p { color: rgb(4,26,95); }
H1.HeaderClassName
{
color: #041A5F;
}
.AnyTagClassName
{
color: #041A5F;
}
</style>
background-color css
<style>
a { background-color: #041A5F; }
a { background-color: rgb(4,26,95); }
div.DivClassName
{
background-color: #041A5F;
}
.BgClassName
{
background-color: #041A5F;
}
</style>
border-color css
<style>
span { border-color: #041A5F; }
span { border-color: rgb(4,26,95); }
td.TdClassName
{
border-color: #041A5F;
}
.TagClassName
{
border-color: #041A5F;
}
</style>