Shades of Navy #040378
Tints of Navy #040378
RGB
CMYK
RGB Variations
Color information
#040378 (or 0x040378) is known color: Navy. HEX triplet: 04, 03 and 78. RGB value is (4,3,120). Sum of RGB (Red+Green+Blue) = 4+3+120=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #040378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040378 is #FBFC87. Grayscale: #101010. Windows color (decimal): -16514184 or 7865092. OLE color: 7865092.
HSL color Cylindrical-coordinate representation of color #040378: hue angle of 240.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040378 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 3 | 120 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.53 |
| HSL | 240.51º | 0.95% | 0.24% | - |
| HSV(B) | 240.51º | 0.98% | 0.47% | - |
| XYZ | 3.47 | 1.45 | 17.87 | - |
| YUV | 16.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 120 | 0.97 | 0.98 | 0 | 0.53 | 240.51 | 0.95 | 0.24 |
| Hex | 4 | 3 | 78 | 61 | 62 | 0 | 35 | F1 | 5F | 18 |
| Octal | 4 | 3 | 170 | 141 | 142 | 0 | 65 | 361 | 137 | 30 |
| Binary | 100 | 11 | 1111000 | 1100001 | 1100010 | 0 | 110101 | 11110001 | 1011111 | 11000 |
Color Harmonies of #040378
Complementary color
Monochromatic Colors of #040378
Black with #040378
Text Example
Text Example
White with #040378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040378; }
p { color: rgb(4,3,120); }
H1.HeaderClassName
{
color: #040378;
}
.AnyTagClassName
{
color: #040378;
}
</style>
background-color css
<style>
a { background-color: #040378; }
a { background-color: rgb(4,3,120); }
div.DivClassName
{
background-color: #040378;
}
.BgClassName
{
background-color: #040378;
}
</style>
border-color css
<style>
span { border-color: #040378; }
span { border-color: rgb(4,3,120); }
td.TdClassName
{
border-color: #040378;
}
.TagClassName
{
border-color: #040378;
}
</style>