Shades of Sapphire #04115E
Tints of Sapphire #04115E
RGB
CMYK
RGB Variations
Color information
#04115E (or 0x04115E) is known color: Sapphire. HEX triplet: 04, 11 and 5E. RGB value is (4,17,94). Sum of RGB (Red+Green+Blue) = 4+17+94=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #04115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04115E is #FBEEA1. Grayscale: #151515. Windows color (decimal): -16510626 or 6164740. OLE color: 6164740.
HSL color Cylindrical-coordinate representation of color #04115E: hue angle of 231.33º 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 #04115E is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 17 | 94 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.63 |
| HSL | 231.33º | 0.92% | 0.19% | - |
| HSV(B) | 231.33º | 0.96% | 0.37% | - |
| XYZ | 2.27 | 1.23 | 10.71 | - |
| YUV | 21.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 94 | 0.96 | 0.82 | 0 | 0.63 | 231.33 | 0.92 | 0.19 |
| Hex | 4 | 11 | 5E | 60 | 52 | 0 | 3F | E7 | 5C | 13 |
| Octal | 4 | 21 | 136 | 140 | 122 | 0 | 77 | 347 | 134 | 23 |
| Binary | 100 | 10001 | 1011110 | 1100000 | 1010010 | 0 | 111111 | 11100111 | 1011100 | 10011 |
Color Harmonies of #04115E
Complementary color
Monochromatic Colors of #04115E
Black with #04115E
Text Example
Text Example
White with #04115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04115E; }
p { color: rgb(4,17,94); }
H1.HeaderClassName
{
color: #04115E;
}
.AnyTagClassName
{
color: #04115E;
}
</style>
background-color css
<style>
a { background-color: #04115E; }
a { background-color: rgb(4,17,94); }
div.DivClassName
{
background-color: #04115E;
}
.BgClassName
{
background-color: #04115E;
}
</style>
border-color css
<style>
span { border-color: #04115E; }
span { border-color: rgb(4,17,94); }
td.TdClassName
{
border-color: #04115E;
}
.TagClassName
{
border-color: #04115E;
}
</style>