Shades of Sapphire #04244E
Tints of Sapphire #04244E
RGB
CMYK
RGB Variations
Color information
#04244E (or 0x04244E) is known color: Sapphire. HEX triplet: 04, 24 and 4E. RGB value is (4,36,78). Sum of RGB (Red+Green+Blue) = 4+36+78=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #04244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04244E is #FBDBB1. Grayscale: #1F1F1F. Windows color (decimal): -16505778 or 5121028. OLE color: 5121028.
HSL color Cylindrical-coordinate representation of color #04244E: hue angle of 214.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04244E is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 36 | 78 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.69 |
| HSL | 214.05º | 0.9% | 0.16% | - |
| HSV(B) | 214.05º | 0.95% | 0.31% | - |
| XYZ | 2.06 | 1.84 | 7.45 | - |
| YUV | 31.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 78 | 0.95 | 0.54 | 0 | 0.69 | 214.05 | 0.9 | 0.16 |
| Hex | 4 | 24 | 4E | 5F | 36 | 0 | 45 | D6 | 5A | 10 |
| Octal | 4 | 44 | 116 | 137 | 66 | 0 | 105 | 326 | 132 | 20 |
| Binary | 100 | 100100 | 1001110 | 1011111 | 110110 | 0 | 1000101 | 11010110 | 1011010 | 10000 |
Color Harmonies of #04244E
Complementary color
Monochromatic Colors of #04244E
Black with #04244E
Text Example
Text Example
White with #04244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04244E; }
p { color: rgb(4,36,78); }
H1.HeaderClassName
{
color: #04244E;
}
.AnyTagClassName
{
color: #04244E;
}
</style>
background-color css
<style>
a { background-color: #04244E; }
a { background-color: rgb(4,36,78); }
div.DivClassName
{
background-color: #04244E;
}
.BgClassName
{
background-color: #04244E;
}
</style>
border-color css
<style>
span { border-color: #04244E; }
span { border-color: rgb(4,36,78); }
td.TdClassName
{
border-color: #04244E;
}
.TagClassName
{
border-color: #04244E;
}
</style>