Shades of Navy #040F83
Tints of Navy #040F83
RGB
CMYK
RGB Variations
Color information
#040F83 (or 0x040F83) is known color: Navy. HEX triplet: 04, 0F and 83. RGB value is (4,15,131). Sum of RGB (Red+Green+Blue) = 4+15+131=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #040F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F83 is #FBF07C. Grayscale: #181818. Windows color (decimal): -16511101 or 8589060. OLE color: 8589060.
HSL color Cylindrical-coordinate representation of color #040F83: hue angle of 234.8º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040F83 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 15 | 131 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.49 |
| HSL | 234.8º | 0.94% | 0.26% | - |
| HSV(B) | 234.8º | 0.97% | 0.51% | - |
| XYZ | 4.32 | 2.01 | 21.63 | - |
| YUV | 24.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 131 | 0.97 | 0.89 | 0 | 0.49 | 234.8 | 0.94 | 0.26 |
| Hex | 4 | F | 83 | 61 | 59 | 0 | 31 | EB | 5E | 1A |
| Octal | 4 | 17 | 203 | 141 | 131 | 0 | 61 | 353 | 136 | 32 |
| Binary | 100 | 1111 | 10000011 | 1100001 | 1011001 | 0 | 110001 | 11101011 | 1011110 | 11010 |
Color Harmonies of #040F83
Complementary color
Monochromatic Colors of #040F83
Black with #040F83
Text Example
Text Example
White with #040F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F83; }
p { color: rgb(4,15,131); }
H1.HeaderClassName
{
color: #040F83;
}
.AnyTagClassName
{
color: #040F83;
}
</style>
background-color css
<style>
a { background-color: #040F83; }
a { background-color: rgb(4,15,131); }
div.DivClassName
{
background-color: #040F83;
}
.BgClassName
{
background-color: #040F83;
}
</style>
border-color css
<style>
span { border-color: #040F83; }
span { border-color: rgb(4,15,131); }
td.TdClassName
{
border-color: #040F83;
}
.TagClassName
{
border-color: #040F83;
}
</style>