Shades of Sapphire #04104D
Tints of Sapphire #04104D
RGB
CMYK
RGB Variations
Color information
#04104D (or 0x04104D) is known color: Sapphire. HEX triplet: 04, 10 and 4D. RGB value is (4,16,77). Sum of RGB (Red+Green+Blue) = 4+16+77=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #04104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104D is #FBEFB2. Grayscale: #131313. Windows color (decimal): -16510899 or 5050372. OLE color: 5050372.
HSL color Cylindrical-coordinate representation of color #04104D: hue angle of 230.14º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04104D is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 16 | 77 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.70 |
| HSL | 230.14º | 0.9% | 0.16% | - |
| HSV(B) | 230.14º | 0.95% | 0.3% | - |
| XYZ | 1.57 | 0.93 | 7.12 | - |
| YUV | 19.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 77 | 0.95 | 0.79 | 0 | 0.70 | 230.14 | 0.9 | 0.16 |
| Hex | 4 | 10 | 4D | 5F | 4F | 0 | 46 | E6 | 5A | 10 |
| Octal | 4 | 20 | 115 | 137 | 117 | 0 | 106 | 346 | 132 | 20 |
| Binary | 100 | 10000 | 1001101 | 1011111 | 1001111 | 0 | 1000110 | 11100110 | 1011010 | 10000 |
Color Harmonies of #04104D
Complementary color
Monochromatic Colors of #04104D
Black with #04104D
Text Example
Text Example
White with #04104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04104D; }
p { color: rgb(4,16,77); }
H1.HeaderClassName
{
color: #04104D;
}
.AnyTagClassName
{
color: #04104D;
}
</style>
background-color css
<style>
a { background-color: #04104D; }
a { background-color: rgb(4,16,77); }
div.DivClassName
{
background-color: #04104D;
}
.BgClassName
{
background-color: #04104D;
}
</style>
border-color css
<style>
span { border-color: #04104D; }
span { border-color: rgb(4,16,77); }
td.TdClassName
{
border-color: #04104D;
}
.TagClassName
{
border-color: #04104D;
}
</style>