Shades of Navy #040275
Tints of Navy #040275
RGB
CMYK
RGB Variations
Color information
#040275 (or 0x040275) is known color: Navy. HEX triplet: 04, 02 and 75. RGB value is (4,2,117). Sum of RGB (Red+Green+Blue) = 4+2+117=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #040275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040275 is #FBFD8A. Grayscale: #0F0F0F. Windows color (decimal): -16514443 or 7668228. OLE color: 7668228.
HSL color Cylindrical-coordinate representation of color #040275: hue angle of 241.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040275 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 2 | 117 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.54 |
| HSL | 241.04º | 0.97% | 0.23% | - |
| HSV(B) | 241.04º | 0.98% | 0.46% | - |
| XYZ | 3.28 | 1.35 | 16.92 | - |
| YUV | 15.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 117 | 0.97 | 0.98 | 0 | 0.54 | 241.04 | 0.97 | 0.23 |
| Hex | 4 | 2 | 75 | 61 | 62 | 0 | 36 | F1 | 61 | 17 |
| Octal | 4 | 2 | 165 | 141 | 142 | 0 | 66 | 361 | 141 | 27 |
| Binary | 100 | 10 | 1110101 | 1100001 | 1100010 | 0 | 110110 | 11110001 | 1100001 | 10111 |
Color Harmonies of #040275
Complementary color
Monochromatic Colors of #040275
Black with #040275
Text Example
Text Example
White with #040275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040275; }
p { color: rgb(4,2,117); }
H1.HeaderClassName
{
color: #040275;
}
.AnyTagClassName
{
color: #040275;
}
</style>
background-color css
<style>
a { background-color: #040275; }
a { background-color: rgb(4,2,117); }
div.DivClassName
{
background-color: #040275;
}
.BgClassName
{
background-color: #040275;
}
</style>
border-color css
<style>
span { border-color: #040275; }
span { border-color: rgb(4,2,117); }
td.TdClassName
{
border-color: #040275;
}
.TagClassName
{
border-color: #040275;
}
</style>