Shades of Navy #04157C
Tints of Navy #04157C
RGB
CMYK
RGB Variations
Color information
#04157C (or 0x04157C) is known color: Navy. HEX triplet: 04, 15 and 7C. RGB value is (4,21,124). Sum of RGB (Red+Green+Blue) = 4+21+124=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #04157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04157C is #FBEA83. Grayscale: #1B1B1B. Windows color (decimal): -16509572 or 8131844. OLE color: 8131844.
HSL color Cylindrical-coordinate representation of color #04157C: hue angle of 231.5º 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 #04157C is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 21 | 124 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.51 |
| HSL | 231.5º | 0.94% | 0.25% | - |
| HSV(B) | 231.5º | 0.97% | 0.49% | - |
| XYZ | 3.96 | 2.02 | 19.25 | - |
| YUV | 27.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 124 | 0.97 | 0.83 | 0 | 0.51 | 231.5 | 0.94 | 0.25 |
| Hex | 4 | 15 | 7C | 61 | 53 | 0 | 33 | E8 | 5E | 19 |
| Octal | 4 | 25 | 174 | 141 | 123 | 0 | 63 | 350 | 136 | 31 |
| Binary | 100 | 10101 | 1111100 | 1100001 | 1010011 | 0 | 110011 | 11101000 | 1011110 | 11001 |
Color Harmonies of #04157C
Complementary color
Monochromatic Colors of #04157C
Black with #04157C
Text Example
Text Example
White with #04157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04157C; }
p { color: rgb(4,21,124); }
H1.HeaderClassName
{
color: #04157C;
}
.AnyTagClassName
{
color: #04157C;
}
</style>
background-color css
<style>
a { background-color: #04157C; }
a { background-color: rgb(4,21,124); }
div.DivClassName
{
background-color: #04157C;
}
.BgClassName
{
background-color: #04157C;
}
</style>
border-color css
<style>
span { border-color: #04157C; }
span { border-color: rgb(4,21,124); }
td.TdClassName
{
border-color: #04157C;
}
.TagClassName
{
border-color: #04157C;
}
</style>