Shades of Sapphire #04104E
Tints of Sapphire #04104E
RGB
CMYK
RGB Variations
Color information
#04104E (or 0x04104E) is known color: Sapphire. HEX triplet: 04, 10 and 4E. RGB value is (4,16,78). Sum of RGB (Red+Green+Blue) = 4+16+78=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #04104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104E is #FBEFB1. Grayscale: #131313. Windows color (decimal): -16510898 or 5115908. OLE color: 5115908.
HSL color Cylindrical-coordinate representation of color #04104E: hue angle of 230.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04104E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 16 | 78 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.69 |
| HSL | 230.27º | 0.9% | 0.16% | - |
| HSV(B) | 230.27º | 0.95% | 0.31% | - |
| XYZ | 1.61 | 0.95 | 7.31 | - |
| YUV | 19.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 78 | 0.95 | 0.79 | 0 | 0.69 | 230.27 | 0.9 | 0.16 |
| Hex | 4 | 10 | 4E | 5F | 4F | 0 | 45 | E6 | 5A | 10 |
| Octal | 4 | 20 | 116 | 137 | 117 | 0 | 105 | 346 | 132 | 20 |
| Binary | 100 | 10000 | 1001110 | 1011111 | 1001111 | 0 | 1000101 | 11100110 | 1011010 | 10000 |
Color Harmonies of #04104E
Complementary color
Monochromatic Colors of #04104E
Black with #04104E
Text Example
Text Example
White with #04104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04104E; }
p { color: rgb(4,16,78); }
H1.HeaderClassName
{
color: #04104E;
}
.AnyTagClassName
{
color: #04104E;
}
</style>
background-color css
<style>
a { background-color: #04104E; }
a { background-color: rgb(4,16,78); }
div.DivClassName
{
background-color: #04104E;
}
.BgClassName
{
background-color: #04104E;
}
</style>
border-color css
<style>
span { border-color: #04104E; }
span { border-color: rgb(4,16,78); }
td.TdClassName
{
border-color: #04104E;
}
.TagClassName
{
border-color: #04104E;
}
</style>