Shades of Navy #04077B
Tints of Navy #04077B
RGB
CMYK
RGB Variations
Color information
#04077B (or 0x04077B) is known color: Navy. HEX triplet: 04, 07 and 7B. RGB value is (4,7,123). Sum of RGB (Red+Green+Blue) = 4+7+123=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #04077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04077B is #FBF884. Grayscale: #121212. Windows color (decimal): -16513157 or 8062724. OLE color: 8062724.
HSL color Cylindrical-coordinate representation of color #04077B: hue angle of 238.49º 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 #04077B is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 7 | 123 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.52 |
| HSL | 238.49º | 0.94% | 0.25% | - |
| HSV(B) | 238.49º | 0.97% | 0.48% | - |
| XYZ | 3.7 | 1.61 | 18.85 | - |
| YUV | 19.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 123 | 0.97 | 0.94 | 0 | 0.52 | 238.49 | 0.94 | 0.25 |
| Hex | 4 | 7 | 7B | 61 | 5E | 0 | 34 | EE | 5E | 19 |
| Octal | 4 | 7 | 173 | 141 | 136 | 0 | 64 | 356 | 136 | 31 |
| Binary | 100 | 111 | 1111011 | 1100001 | 1011110 | 0 | 110100 | 11101110 | 1011110 | 11001 |
Color Harmonies of #04077B
Complementary color
Monochromatic Colors of #04077B
Black with #04077B
Text Example
Text Example
White with #04077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04077B; }
p { color: rgb(4,7,123); }
H1.HeaderClassName
{
color: #04077B;
}
.AnyTagClassName
{
color: #04077B;
}
</style>
background-color css
<style>
a { background-color: #04077B; }
a { background-color: rgb(4,7,123); }
div.DivClassName
{
background-color: #04077B;
}
.BgClassName
{
background-color: #04077B;
}
</style>
border-color css
<style>
span { border-color: #04077B; }
span { border-color: rgb(4,7,123); }
td.TdClassName
{
border-color: #04077B;
}
.TagClassName
{
border-color: #04077B;
}
</style>