Shades of Sapphire #04297B
Tints of Sapphire #04297B
RGB
CMYK
RGB Variations
Color information
#04297B (or 0x04297B) is known color: Sapphire. HEX triplet: 04, 29 and 7B. RGB value is (4,41,123). Sum of RGB (Red+Green+Blue) = 4+41+123=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #04297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04297B is #FBD684. Grayscale: #262626. Windows color (decimal): -16504453 or 8071428. OLE color: 8071428.
HSL color Cylindrical-coordinate representation of color #04297B: hue angle of 221.34º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04297B is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 41 | 123 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.52 |
| HSL | 221.34º | 0.94% | 0.25% | - |
| HSV(B) | 221.34º | 0.97% | 0.48% | - |
| XYZ | 4.42 | 3.04 | 19.09 | - |
| YUV | 39.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 123 | 0.97 | 0.67 | 0 | 0.52 | 221.34 | 0.94 | 0.25 |
| Hex | 4 | 29 | 7B | 61 | 43 | 0 | 34 | DD | 5E | 19 |
| Octal | 4 | 51 | 173 | 141 | 103 | 0 | 64 | 335 | 136 | 31 |
| Binary | 100 | 101001 | 1111011 | 1100001 | 1000011 | 0 | 110100 | 11011101 | 1011110 | 11001 |
Color Harmonies of #04297B
Complementary color
Monochromatic Colors of #04297B
Black with #04297B
Text Example
Text Example
White with #04297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04297B; }
p { color: rgb(4,41,123); }
H1.HeaderClassName
{
color: #04297B;
}
.AnyTagClassName
{
color: #04297B;
}
</style>
background-color css
<style>
a { background-color: #04297B; }
a { background-color: rgb(4,41,123); }
div.DivClassName
{
background-color: #04297B;
}
.BgClassName
{
background-color: #04297B;
}
</style>
border-color css
<style>
span { border-color: #04297B; }
span { border-color: rgb(4,41,123); }
td.TdClassName
{
border-color: #04297B;
}
.TagClassName
{
border-color: #04297B;
}
</style>