Shades of Navy #040767
Tints of Navy #040767
RGB
CMYK
RGB Variations
Color information
#040767 (or 0x040767) is known color: Navy. HEX triplet: 04, 07 and 67. RGB value is (4,7,103). Sum of RGB (Red+Green+Blue) = 4+7+103=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 103 (40.62% from 255 or 90.35% from 114); Max value from RGB is 103 - color contains mainly: blue. Hex color #040767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040767 is #FBF898. Grayscale: #101010. Windows color (decimal): -16513177 or 6752004. OLE color: 6752004.
HSL color Cylindrical-coordinate representation of color #040767: hue angle of 238.18º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040767 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 7 | 103 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.60 |
| HSL | 238.18º | 0.93% | 0.21% | - |
| HSV(B) | 238.18º | 0.96% | 0.4% | - |
| XYZ | 2.57 | 1.16 | 12.92 | - |
| YUV | 17.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 103 | 0.96 | 0.93 | 0 | 0.60 | 238.18 | 0.93 | 0.21 |
| Hex | 4 | 7 | 67 | 60 | 5D | 0 | 3C | EE | 5D | 15 |
| Octal | 4 | 7 | 147 | 140 | 135 | 0 | 74 | 356 | 135 | 25 |
| Binary | 100 | 111 | 1100111 | 1100000 | 1011101 | 0 | 111100 | 11101110 | 1011101 | 10101 |
Color Harmonies of #040767
Complementary color
Monochromatic Colors of #040767
Black with #040767
Text Example
Text Example
White with #040767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040767; }
p { color: rgb(4,7,103); }
H1.HeaderClassName
{
color: #040767;
}
.AnyTagClassName
{
color: #040767;
}
</style>
background-color css
<style>
a { background-color: #040767; }
a { background-color: rgb(4,7,103); }
div.DivClassName
{
background-color: #040767;
}
.BgClassName
{
background-color: #040767;
}
</style>
border-color css
<style>
span { border-color: #040767; }
span { border-color: rgb(4,7,103); }
td.TdClassName
{
border-color: #040767;
}
.TagClassName
{
border-color: #040767;
}
</style>