Shades of Sapphire #041554
Tints of Sapphire #041554
RGB
CMYK
RGB Variations
Color information
#041554 (or 0x041554) is known color: Sapphire. HEX triplet: 04, 15 and 54. RGB value is (4,21,84). Sum of RGB (Red+Green+Blue) = 4+21+84=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #041554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041554 is #FBEAAB. Grayscale: #161616. Windows color (decimal): -16509612 or 5510404. OLE color: 5510404.
HSL color Cylindrical-coordinate representation of color #041554: hue angle of 227.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041554 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 21 | 84 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.67 |
| HSL | 227.25º | 0.91% | 0.17% | - |
| HSV(B) | 227.25º | 0.95% | 0.33% | - |
| XYZ | 1.92 | 1.2 | 8.52 | - |
| YUV | 23.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 84 | 0.95 | 0.75 | 0 | 0.67 | 227.25 | 0.91 | 0.17 |
| Hex | 4 | 15 | 54 | 5F | 4B | 0 | 43 | E3 | 5B | 11 |
| Octal | 4 | 25 | 124 | 137 | 113 | 0 | 103 | 343 | 133 | 21 |
| Binary | 100 | 10101 | 1010100 | 1011111 | 1001011 | 0 | 1000011 | 11100011 | 1011011 | 10001 |
Color Harmonies of #041554
Complementary color
Monochromatic Colors of #041554
Black with #041554
Text Example
Text Example
White with #041554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041554; }
p { color: rgb(4,21,84); }
H1.HeaderClassName
{
color: #041554;
}
.AnyTagClassName
{
color: #041554;
}
</style>
background-color css
<style>
a { background-color: #041554; }
a { background-color: rgb(4,21,84); }
div.DivClassName
{
background-color: #041554;
}
.BgClassName
{
background-color: #041554;
}
</style>
border-color css
<style>
span { border-color: #041554; }
span { border-color: rgb(4,21,84); }
td.TdClassName
{
border-color: #041554;
}
.TagClassName
{
border-color: #041554;
}
</style>