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