Shades of Sapphire #042454
Tints of Sapphire #042454
RGB
CMYK
RGB Variations
Color information
#042454 (or 0x042454) is known color: Sapphire. HEX triplet: 04, 24 and 54. RGB value is (4,36,84). Sum of RGB (Red+Green+Blue) = 4+36+84=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #042454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042454 is #FBDBAB. Grayscale: #1F1F1F. Windows color (decimal): -16505772 or 5514244. OLE color: 5514244.
HSL color Cylindrical-coordinate representation of color #042454: hue angle of 216º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042454 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 36 | 84 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.67 |
| HSL | 216º | 0.91% | 0.17% | - |
| HSV(B) | 216º | 0.95% | 0.33% | - |
| XYZ | 2.28 | 1.93 | 8.64 | - |
| YUV | 31.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 84 | 0.95 | 0.57 | 0 | 0.67 | 216 | 0.91 | 0.17 |
| Hex | 4 | 24 | 54 | 5F | 39 | 0 | 43 | D8 | 5B | 11 |
| Octal | 4 | 44 | 124 | 137 | 71 | 0 | 103 | 330 | 133 | 21 |
| Binary | 100 | 100100 | 1010100 | 1011111 | 111001 | 0 | 1000011 | 11011000 | 1011011 | 10001 |
Color Harmonies of #042454
Complementary color
Monochromatic Colors of #042454
Black with #042454
Text Example
Text Example
White with #042454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042454; }
p { color: rgb(4,36,84); }
H1.HeaderClassName
{
color: #042454;
}
.AnyTagClassName
{
color: #042454;
}
</style>
background-color css
<style>
a { background-color: #042454; }
a { background-color: rgb(4,36,84); }
div.DivClassName
{
background-color: #042454;
}
.BgClassName
{
background-color: #042454;
}
</style>
border-color css
<style>
span { border-color: #042454; }
span { border-color: rgb(4,36,84); }
td.TdClassName
{
border-color: #042454;
}
.TagClassName
{
border-color: #042454;
}
</style>