Shades of Sapphire #041261
Tints of Sapphire #041261
RGB
CMYK
RGB Variations
Color information
#041261 (or 0x041261) is known color: Sapphire. HEX triplet: 04, 12 and 61. RGB value is (4,18,97). Sum of RGB (Red+Green+Blue) = 4+18+97=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #041261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041261 is #FBED9E. Grayscale: #161616. Windows color (decimal): -16510367 or 6361604. OLE color: 6361604.
HSL color Cylindrical-coordinate representation of color #041261: hue angle of 230.97º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041261 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 18 | 97 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.62 |
| HSL | 230.97º | 0.92% | 0.2% | - |
| HSV(B) | 230.97º | 0.96% | 0.38% | - |
| XYZ | 2.42 | 1.32 | 11.44 | - |
| YUV | 22.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 97 | 0.96 | 0.81 | 0 | 0.62 | 230.97 | 0.92 | 0.2 |
| Hex | 4 | 12 | 61 | 60 | 51 | 0 | 3E | E7 | 5C | 14 |
| Octal | 4 | 22 | 141 | 140 | 121 | 0 | 76 | 347 | 134 | 24 |
| Binary | 100 | 10010 | 1100001 | 1100000 | 1010001 | 0 | 111110 | 11100111 | 1011100 | 10100 |
Color Harmonies of #041261
Complementary color
Monochromatic Colors of #041261
Black with #041261
Text Example
Text Example
White with #041261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041261; }
p { color: rgb(4,18,97); }
H1.HeaderClassName
{
color: #041261;
}
.AnyTagClassName
{
color: #041261;
}
</style>
background-color css
<style>
a { background-color: #041261; }
a { background-color: rgb(4,18,97); }
div.DivClassName
{
background-color: #041261;
}
.BgClassName
{
background-color: #041261;
}
</style>
border-color css
<style>
span { border-color: #041261; }
span { border-color: rgb(4,18,97); }
td.TdClassName
{
border-color: #041261;
}
.TagClassName
{
border-color: #041261;
}
</style>