Shades of Sapphire #041A63
Tints of Sapphire #041A63
RGB
CMYK
RGB Variations
Color information
#041A63 (or 0x041A63) is known color: Sapphire. HEX triplet: 04, 1A and 63. RGB value is (4,26,99). Sum of RGB (Red+Green+Blue) = 4+26+99=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #041A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A63 is #FBE59C. Grayscale: #1B1B1B. Windows color (decimal): -16508317 or 6494724. OLE color: 6494724.
HSL color Cylindrical-coordinate representation of color #041A63: hue angle of 226.11º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A63 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 26 | 99 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.61 |
| HSL | 226.11º | 0.92% | 0.2% | - |
| HSV(B) | 226.11º | 0.96% | 0.39% | - |
| XYZ | 2.67 | 1.67 | 11.99 | - |
| YUV | 27.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 99 | 0.96 | 0.74 | 0 | 0.61 | 226.11 | 0.92 | 0.2 |
| Hex | 4 | 1A | 63 | 60 | 4A | 0 | 3D | E2 | 5C | 14 |
| Octal | 4 | 32 | 143 | 140 | 112 | 0 | 75 | 342 | 134 | 24 |
| Binary | 100 | 11010 | 1100011 | 1100000 | 1001010 | 0 | 111101 | 11100010 | 1011100 | 10100 |
Color Harmonies of #041A63
Complementary color
Monochromatic Colors of #041A63
Black with #041A63
Text Example
Text Example
White with #041A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A63; }
p { color: rgb(4,26,99); }
H1.HeaderClassName
{
color: #041A63;
}
.AnyTagClassName
{
color: #041A63;
}
</style>
background-color css
<style>
a { background-color: #041A63; }
a { background-color: rgb(4,26,99); }
div.DivClassName
{
background-color: #041A63;
}
.BgClassName
{
background-color: #041A63;
}
</style>
border-color css
<style>
span { border-color: #041A63; }
span { border-color: rgb(4,26,99); }
td.TdClassName
{
border-color: #041A63;
}
.TagClassName
{
border-color: #041A63;
}
</style>