Shades of Navy #040385
Tints of Navy #040385
RGB
CMYK
RGB Variations
Color information
#040385 (or 0x040385) is known color: Navy. HEX triplet: 04, 03 and 85. RGB value is (4,3,133). Sum of RGB (Red+Green+Blue) = 4+3+133=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 133 (52.34% from 255 or 95% from 140); Max value from RGB is 133 - color contains mainly: blue. Hex color #040385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040385 is #FBFC7A. Grayscale: #111111. Windows color (decimal): -16514171 or 8717060. OLE color: 8717060.
HSL color Cylindrical-coordinate representation of color #040385: hue angle of 240.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040385 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 3 | 133 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.48 |
| HSL | 240.46º | 0.96% | 0.27% | - |
| HSV(B) | 240.46º | 0.98% | 0.52% | - |
| XYZ | 4.32 | 1.78 | 22.31 | - |
| YUV | 18.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 133 | 0.97 | 0.98 | 0 | 0.48 | 240.46 | 0.96 | 0.27 |
| Hex | 4 | 3 | 85 | 61 | 62 | 0 | 30 | F0 | 60 | 1B |
| Octal | 4 | 3 | 205 | 141 | 142 | 0 | 60 | 360 | 140 | 33 |
| Binary | 100 | 11 | 10000101 | 1100001 | 1100010 | 0 | 110000 | 11110000 | 1100000 | 11011 |
Color Harmonies of #040385
Complementary color
Monochromatic Colors of #040385
Black with #040385
Text Example
Text Example
White with #040385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040385; }
p { color: rgb(4,3,133); }
H1.HeaderClassName
{
color: #040385;
}
.AnyTagClassName
{
color: #040385;
}
</style>
background-color css
<style>
a { background-color: #040385; }
a { background-color: rgb(4,3,133); }
div.DivClassName
{
background-color: #040385;
}
.BgClassName
{
background-color: #040385;
}
</style>
border-color css
<style>
span { border-color: #040385; }
span { border-color: rgb(4,3,133); }
td.TdClassName
{
border-color: #040385;
}
.TagClassName
{
border-color: #040385;
}
</style>