Shades of Sapphire #04154C
Tints of Sapphire #04154C
RGB
CMYK
RGB Variations
Color information
#04154C (or 0x04154C) is known color: Sapphire. HEX triplet: 04, 15 and 4C. RGB value is (4,21,76). Sum of RGB (Red+Green+Blue) = 4+21+76=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #04154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04154C is #FBEAB3. Grayscale: #151515. Windows color (decimal): -16509620 or 4986116. OLE color: 4986116.
HSL color Cylindrical-coordinate representation of color #04154C: hue angle of 225.83º 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 #04154C is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 21 | 76 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.70 |
| HSL | 225.83º | 0.9% | 0.16% | - |
| HSV(B) | 225.83º | 0.95% | 0.3% | - |
| XYZ | 1.62 | 1.08 | 6.96 | - |
| YUV | 22.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 76 | 0.95 | 0.72 | 0 | 0.70 | 225.83 | 0.9 | 0.16 |
| Hex | 4 | 15 | 4C | 5F | 48 | 0 | 46 | E2 | 5A | 10 |
| Octal | 4 | 25 | 114 | 137 | 110 | 0 | 106 | 342 | 132 | 20 |
| Binary | 100 | 10101 | 1001100 | 1011111 | 1001000 | 0 | 1000110 | 11100010 | 1011010 | 10000 |
Color Harmonies of #04154C
Complementary color
Monochromatic Colors of #04154C
Black with #04154C
Text Example
Text Example
White with #04154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04154C; }
p { color: rgb(4,21,76); }
H1.HeaderClassName
{
color: #04154C;
}
.AnyTagClassName
{
color: #04154C;
}
</style>
background-color css
<style>
a { background-color: #04154C; }
a { background-color: rgb(4,21,76); }
div.DivClassName
{
background-color: #04154C;
}
.BgClassName
{
background-color: #04154C;
}
</style>
border-color css
<style>
span { border-color: #04154C; }
span { border-color: rgb(4,21,76); }
td.TdClassName
{
border-color: #04154C;
}
.TagClassName
{
border-color: #04154C;
}
</style>