Shades of Sapphire #04254D
Tints of Sapphire #04254D
RGB
CMYK
RGB Variations
Color information
#04254D (or 0x04254D) is known color: Sapphire. HEX triplet: 04, 25 and 4D. RGB value is (4,37,77). Sum of RGB (Red+Green+Blue) = 4+37+77=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #04254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04254D is #FBDAB2. Grayscale: #1F1F1F. Windows color (decimal): -16505523 or 5055748. OLE color: 5055748.
HSL color Cylindrical-coordinate representation of color #04254D: hue angle of 212.88º 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 #04254D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 37 | 77 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.70 |
| HSL | 212.88º | 0.9% | 0.16% | - |
| HSV(B) | 212.88º | 0.95% | 0.3% | - |
| XYZ | 2.05 | 1.88 | 7.28 | - |
| YUV | 31.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 77 | 0.95 | 0.52 | 0 | 0.70 | 212.88 | 0.9 | 0.16 |
| Hex | 4 | 25 | 4D | 5F | 34 | 0 | 46 | D5 | 5A | 10 |
| Octal | 4 | 45 | 115 | 137 | 64 | 0 | 106 | 325 | 132 | 20 |
| Binary | 100 | 100101 | 1001101 | 1011111 | 110100 | 0 | 1000110 | 11010101 | 1011010 | 10000 |
Color Harmonies of #04254D
Complementary color
Monochromatic Colors of #04254D
Black with #04254D
Text Example
Text Example
White with #04254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04254D; }
p { color: rgb(4,37,77); }
H1.HeaderClassName
{
color: #04254D;
}
.AnyTagClassName
{
color: #04254D;
}
</style>
background-color css
<style>
a { background-color: #04254D; }
a { background-color: rgb(4,37,77); }
div.DivClassName
{
background-color: #04254D;
}
.BgClassName
{
background-color: #04254D;
}
</style>
border-color css
<style>
span { border-color: #04254D; }
span { border-color: rgb(4,37,77); }
td.TdClassName
{
border-color: #04254D;
}
.TagClassName
{
border-color: #04254D;
}
</style>