Shades of Sapphire #04297E
Tints of Sapphire #04297E
RGB
CMYK
RGB Variations
Color information
#04297E (or 0x04297E) is known color: Sapphire. HEX triplet: 04, 29 and 7E. RGB value is (4,41,126). Sum of RGB (Red+Green+Blue) = 4+41+126=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 126 (49.61% from 255 or 73.68% from 171); Max value from RGB is 126 - color contains mainly: blue. Hex color #04297E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04297E is #FBD681. Grayscale: #272727. Windows color (decimal): -16504450 or 8268036. OLE color: 8268036.
HSL color Cylindrical-coordinate representation of color #04297E: hue angle of 221.8º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04297E is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 41 | 126 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.51 |
| HSL | 221.8º | 0.94% | 0.25% | - |
| HSV(B) | 221.8º | 0.97% | 0.49% | - |
| XYZ | 4.61 | 3.12 | 20.1 | - |
| YUV | 39.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 126 | 0.97 | 0.67 | 0 | 0.51 | 221.8 | 0.94 | 0.25 |
| Hex | 4 | 29 | 7E | 61 | 43 | 0 | 33 | DE | 5E | 19 |
| Octal | 4 | 51 | 176 | 141 | 103 | 0 | 63 | 336 | 136 | 31 |
| Binary | 100 | 101001 | 1111110 | 1100001 | 1000011 | 0 | 110011 | 11011110 | 1011110 | 11001 |
Color Harmonies of #04297E
Complementary color
Monochromatic Colors of #04297E
Black with #04297E
Text Example
Text Example
White with #04297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04297E; }
p { color: rgb(4,41,126); }
H1.HeaderClassName
{
color: #04297E;
}
.AnyTagClassName
{
color: #04297E;
}
</style>
background-color css
<style>
a { background-color: #04297E; }
a { background-color: rgb(4,41,126); }
div.DivClassName
{
background-color: #04297E;
}
.BgClassName
{
background-color: #04297E;
}
</style>
border-color css
<style>
span { border-color: #04297E; }
span { border-color: rgb(4,41,126); }
td.TdClassName
{
border-color: #04297E;
}
.TagClassName
{
border-color: #04297E;
}
</style>