Shades of Sapphire #041355
Tints of Sapphire #041355
RGB
CMYK
RGB Variations
Color information
#041355 (or 0x041355) is known color: Sapphire. HEX triplet: 04, 13 and 55. RGB value is (4,19,85). Sum of RGB (Red+Green+Blue) = 4+19+85=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #041355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041355 is #FBECAA. Grayscale: #151515. Windows color (decimal): -16510123 or 5575428. OLE color: 5575428.
HSL color Cylindrical-coordinate representation of color #041355: hue angle of 228.89º 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 #041355 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 19 | 85 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.67 |
| HSL | 228.89º | 0.91% | 0.17% | - |
| HSV(B) | 228.89º | 0.95% | 0.33% | - |
| XYZ | 1.92 | 1.15 | 8.71 | - |
| YUV | 22.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 85 | 0.95 | 0.78 | 0 | 0.67 | 228.89 | 0.91 | 0.17 |
| Hex | 4 | 13 | 55 | 5F | 4E | 0 | 43 | E5 | 5B | 11 |
| Octal | 4 | 23 | 125 | 137 | 116 | 0 | 103 | 345 | 133 | 21 |
| Binary | 100 | 10011 | 1010101 | 1011111 | 1001110 | 0 | 1000011 | 11100101 | 1011011 | 10001 |
Color Harmonies of #041355
Complementary color
Monochromatic Colors of #041355
Black with #041355
Text Example
Text Example
White with #041355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041355; }
p { color: rgb(4,19,85); }
H1.HeaderClassName
{
color: #041355;
}
.AnyTagClassName
{
color: #041355;
}
</style>
background-color css
<style>
a { background-color: #041355; }
a { background-color: rgb(4,19,85); }
div.DivClassName
{
background-color: #041355;
}
.BgClassName
{
background-color: #041355;
}
</style>
border-color css
<style>
span { border-color: #041355; }
span { border-color: rgb(4,19,85); }
td.TdClassName
{
border-color: #041355;
}
.TagClassName
{
border-color: #041355;
}
</style>