Shades of Navy #040367
Tints of Navy #040367
RGB
CMYK
RGB Variations
Color information
#040367 (or 0x040367) is known color: Navy. HEX triplet: 04, 03 and 67. RGB value is (4,3,103). Sum of RGB (Red+Green+Blue) = 4+3+103=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 103 (40.62% from 255 or 93.64% from 110); Max value from RGB is 103 - color contains mainly: blue. Hex color #040367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040367 is #FBFC98. Grayscale: #0E0E0E. Windows color (decimal): -16514201 or 6750980. OLE color: 6750980.
HSL color Cylindrical-coordinate representation of color #040367: hue angle of 240.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040367 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 3 | 103 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.60 |
| HSL | 240.6º | 0.94% | 0.21% | - |
| HSV(B) | 240.6º | 0.97% | 0.4% | - |
| XYZ | 2.53 | 1.07 | 12.91 | - |
| YUV | 14.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 103 | 0.96 | 0.97 | 0 | 0.60 | 240.6 | 0.94 | 0.21 |
| Hex | 4 | 3 | 67 | 60 | 61 | 0 | 3C | F1 | 5E | 15 |
| Octal | 4 | 3 | 147 | 140 | 141 | 0 | 74 | 361 | 136 | 25 |
| Binary | 100 | 11 | 1100111 | 1100000 | 1100001 | 0 | 111100 | 11110001 | 1011110 | 10101 |
Color Harmonies of #040367
Complementary color
Monochromatic Colors of #040367
Black with #040367
Text Example
Text Example
White with #040367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040367; }
p { color: rgb(4,3,103); }
H1.HeaderClassName
{
color: #040367;
}
.AnyTagClassName
{
color: #040367;
}
</style>
background-color css
<style>
a { background-color: #040367; }
a { background-color: rgb(4,3,103); }
div.DivClassName
{
background-color: #040367;
}
.BgClassName
{
background-color: #040367;
}
</style>
border-color css
<style>
span { border-color: #040367; }
span { border-color: rgb(4,3,103); }
td.TdClassName
{
border-color: #040367;
}
.TagClassName
{
border-color: #040367;
}
</style>