Shades of Sapphire #04104A
Tints of Sapphire #04104A
RGB
CMYK
RGB Variations
Color information
#04104A (or 0x04104A) is known color: Sapphire. HEX triplet: 04, 10 and 4A. RGB value is (4,16,74). Sum of RGB (Red+Green+Blue) = 4+16+74=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #04104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04104A is #FBEFB5. Grayscale: #121212. Windows color (decimal): -16510902 or 4853764. OLE color: 4853764.
HSL color Cylindrical-coordinate representation of color #04104A: hue angle of 229.71º 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 #04104A is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 16 | 74 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.71 |
| HSL | 229.71º | 0.9% | 0.15% | - |
| HSV(B) | 229.71º | 0.95% | 0.29% | - |
| XYZ | 1.47 | 0.89 | 6.57 | - |
| YUV | 19.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 74 | 0.95 | 0.78 | 0 | 0.71 | 229.71 | 0.9 | 0.15 |
| Hex | 4 | 10 | 4A | 5F | 4E | 0 | 47 | E6 | 5A | F |
| Octal | 4 | 20 | 112 | 137 | 116 | 0 | 107 | 346 | 132 | 17 |
| Binary | 100 | 10000 | 1001010 | 1011111 | 1001110 | 0 | 1000111 | 11100110 | 1011010 | 1111 |
Color Harmonies of #04104A
Complementary color
Monochromatic Colors of #04104A
Black with #04104A
Text Example
Text Example
White with #04104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04104A; }
p { color: rgb(4,16,74); }
H1.HeaderClassName
{
color: #04104A;
}
.AnyTagClassName
{
color: #04104A;
}
</style>
background-color css
<style>
a { background-color: #04104A; }
a { background-color: rgb(4,16,74); }
div.DivClassName
{
background-color: #04104A;
}
.BgClassName
{
background-color: #04104A;
}
</style>
border-color css
<style>
span { border-color: #04104A; }
span { border-color: rgb(4,16,74); }
td.TdClassName
{
border-color: #04104A;
}
.TagClassName
{
border-color: #04104A;
}
</style>