Shades of Sapphire #04154D
Tints of Sapphire #04154D
RGB
CMYK
RGB Variations
Color information
#04154D (or 0x04154D) is known color: Sapphire. HEX triplet: 04, 15 and 4D. RGB value is (4,21,77). Sum of RGB (Red+Green+Blue) = 4+21+77=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #04154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04154D is #FBEAB2. Grayscale: #161616. Windows color (decimal): -16509619 or 5051652. OLE color: 5051652.
HSL color Cylindrical-coordinate representation of color #04154D: hue angle of 226.03º 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 #04154D is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 21 | 77 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.70 |
| HSL | 226.03º | 0.9% | 0.16% | - |
| HSV(B) | 226.03º | 0.95% | 0.3% | - |
| XYZ | 1.66 | 1.1 | 7.15 | - |
| YUV | 22.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 77 | 0.95 | 0.73 | 0 | 0.70 | 226.03 | 0.9 | 0.16 |
| Hex | 4 | 15 | 4D | 5F | 49 | 0 | 46 | E2 | 5A | 10 |
| Octal | 4 | 25 | 115 | 137 | 111 | 0 | 106 | 342 | 132 | 20 |
| Binary | 100 | 10101 | 1001101 | 1011111 | 1001001 | 0 | 1000110 | 11100010 | 1011010 | 10000 |
Color Harmonies of #04154D
Complementary color
Monochromatic Colors of #04154D
Black with #04154D
Text Example
Text Example
White with #04154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04154D; }
p { color: rgb(4,21,77); }
H1.HeaderClassName
{
color: #04154D;
}
.AnyTagClassName
{
color: #04154D;
}
</style>
background-color css
<style>
a { background-color: #04154D; }
a { background-color: rgb(4,21,77); }
div.DivClassName
{
background-color: #04154D;
}
.BgClassName
{
background-color: #04154D;
}
</style>
border-color css
<style>
span { border-color: #04154D; }
span { border-color: rgb(4,21,77); }
td.TdClassName
{
border-color: #04154D;
}
.TagClassName
{
border-color: #04154D;
}
</style>