Shades of Sapphire #04295E
Tints of Sapphire #04295E
RGB
CMYK
RGB Variations
Color information
#04295E (or 0x04295E) is known color: Sapphire. HEX triplet: 04, 29 and 5E. RGB value is (4,41,94). Sum of RGB (Red+Green+Blue) = 4+41+94=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #04295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295E is #FBD6A1. Grayscale: #232323. Windows color (decimal): -16504482 or 6170884. OLE color: 6170884.
HSL color Cylindrical-coordinate representation of color #04295E: hue angle of 215.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04295E is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 41 | 94 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.63 |
| HSL | 215.33º | 0.92% | 0.19% | - |
| HSV(B) | 215.33º | 0.96% | 0.37% | - |
| XYZ | 2.86 | 2.42 | 10.91 | - |
| YUV | 35.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 94 | 0.96 | 0.56 | 0 | 0.63 | 215.33 | 0.92 | 0.19 |
| Hex | 4 | 29 | 5E | 60 | 38 | 0 | 3F | D7 | 5C | 13 |
| Octal | 4 | 51 | 136 | 140 | 70 | 0 | 77 | 327 | 134 | 23 |
| Binary | 100 | 101001 | 1011110 | 1100000 | 111000 | 0 | 111111 | 11010111 | 1011100 | 10011 |
Color Harmonies of #04295E
Complementary color
Monochromatic Colors of #04295E
Black with #04295E
Text Example
Text Example
White with #04295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04295E; }
p { color: rgb(4,41,94); }
H1.HeaderClassName
{
color: #04295E;
}
.AnyTagClassName
{
color: #04295E;
}
</style>
background-color css
<style>
a { background-color: #04295E; }
a { background-color: rgb(4,41,94); }
div.DivClassName
{
background-color: #04295E;
}
.BgClassName
{
background-color: #04295E;
}
</style>
border-color css
<style>
span { border-color: #04295E; }
span { border-color: rgb(4,41,94); }
td.TdClassName
{
border-color: #04295E;
}
.TagClassName
{
border-color: #04295E;
}
</style>