Shades of Sapphire #04114A
Tints of Sapphire #04114A
RGB
CMYK
RGB Variations
Color information
#04114A (or 0x04114A) is known color: Sapphire. HEX triplet: 04, 11 and 4A. RGB value is (4,17,74). Sum of RGB (Red+Green+Blue) = 4+17+74=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #04114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04114A is #FBEEB5. Grayscale: #131313. Windows color (decimal): -16510646 or 4854020. OLE color: 4854020.
HSL color Cylindrical-coordinate representation of color #04114A: hue angle of 228.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04114A is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 17 | 74 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.71 |
| HSL | 228.86º | 0.9% | 0.15% | - |
| HSV(B) | 228.86º | 0.95% | 0.29% | - |
| XYZ | 1.49 | 0.92 | 6.58 | - |
| YUV | 19.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 74 | 0.95 | 0.77 | 0 | 0.71 | 228.86 | 0.9 | 0.15 |
| Hex | 4 | 11 | 4A | 5F | 4D | 0 | 47 | E5 | 5A | F |
| Octal | 4 | 21 | 112 | 137 | 115 | 0 | 107 | 345 | 132 | 17 |
| Binary | 100 | 10001 | 1001010 | 1011111 | 1001101 | 0 | 1000111 | 11100101 | 1011010 | 1111 |
Color Harmonies of #04114A
Complementary color
Monochromatic Colors of #04114A
Black with #04114A
Text Example
Text Example
White with #04114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04114A; }
p { color: rgb(4,17,74); }
H1.HeaderClassName
{
color: #04114A;
}
.AnyTagClassName
{
color: #04114A;
}
</style>
background-color css
<style>
a { background-color: #04114A; }
a { background-color: rgb(4,17,74); }
div.DivClassName
{
background-color: #04114A;
}
.BgClassName
{
background-color: #04114A;
}
</style>
border-color css
<style>
span { border-color: #04114A; }
span { border-color: rgb(4,17,74); }
td.TdClassName
{
border-color: #04114A;
}
.TagClassName
{
border-color: #04114A;
}
</style>