Shades of Sapphire #04115A
Tints of Sapphire #04115A
RGB
CMYK
RGB Variations
Color information
#04115A (or 0x04115A) is known color: Sapphire. HEX triplet: 04, 11 and 5A. RGB value is (4,17,90). Sum of RGB (Red+Green+Blue) = 4+17+90=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #04115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04115A is #FBEEA5. Grayscale: #151515. Windows color (decimal): -16510630 or 5902596. OLE color: 5902596.
HSL color Cylindrical-coordinate representation of color #04115A: hue angle of 230.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04115A is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 17 | 90 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.65 |
| HSL | 230.93º | 0.91% | 0.18% | - |
| HSV(B) | 230.93º | 0.96% | 0.35% | - |
| XYZ | 2.1 | 1.16 | 9.79 | - |
| YUV | 21.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 90 | 0.96 | 0.81 | 0 | 0.65 | 230.93 | 0.91 | 0.18 |
| Hex | 4 | 11 | 5A | 60 | 51 | 0 | 41 | E7 | 5B | 12 |
| Octal | 4 | 21 | 132 | 140 | 121 | 0 | 101 | 347 | 133 | 22 |
| Binary | 100 | 10001 | 1011010 | 1100000 | 1010001 | 0 | 1000001 | 11100111 | 1011011 | 10010 |
Color Harmonies of #04115A
Complementary color
Monochromatic Colors of #04115A
Black with #04115A
Text Example
Text Example
White with #04115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04115A; }
p { color: rgb(4,17,90); }
H1.HeaderClassName
{
color: #04115A;
}
.AnyTagClassName
{
color: #04115A;
}
</style>
background-color css
<style>
a { background-color: #04115A; }
a { background-color: rgb(4,17,90); }
div.DivClassName
{
background-color: #04115A;
}
.BgClassName
{
background-color: #04115A;
}
</style>
border-color css
<style>
span { border-color: #04115A; }
span { border-color: rgb(4,17,90); }
td.TdClassName
{
border-color: #04115A;
}
.TagClassName
{
border-color: #04115A;
}
</style>