Shades of Navy #040262
Tints of Navy #040262
RGB
CMYK
RGB Variations
Color information
#040262 (or 0x040262) is known color: Navy. HEX triplet: 04, 02 and 62. RGB value is (4,2,98). Sum of RGB (Red+Green+Blue) = 4+2+98=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 98 (38.67% from 255 or 94.23% from 104); Max value from RGB is 98 - color contains mainly: blue. Hex color #040262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040262 is #FBFD9D. Grayscale: #0D0D0D. Windows color (decimal): -16514462 or 6423044. OLE color: 6423044.
HSL color Cylindrical-coordinate representation of color #040262: hue angle of 241.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040262 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 2 | 98 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.62 |
| HSL | 241.25º | 0.96% | 0.2% | - |
| HSV(B) | 241.25º | 0.98% | 0.38% | - |
| XYZ | 2.28 | 0.95 | 11.62 | - |
| YUV | 13.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 98 | 0.96 | 0.98 | 0 | 0.62 | 241.25 | 0.96 | 0.2 |
| Hex | 4 | 2 | 62 | 60 | 62 | 0 | 3E | F1 | 60 | 14 |
| Octal | 4 | 2 | 142 | 140 | 142 | 0 | 76 | 361 | 140 | 24 |
| Binary | 100 | 10 | 1100010 | 1100000 | 1100010 | 0 | 111110 | 11110001 | 1100000 | 10100 |
Color Harmonies of #040262
Complementary color
Monochromatic Colors of #040262
Black with #040262
Text Example
Text Example
White with #040262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040262; }
p { color: rgb(4,2,98); }
H1.HeaderClassName
{
color: #040262;
}
.AnyTagClassName
{
color: #040262;
}
</style>
background-color css
<style>
a { background-color: #040262; }
a { background-color: rgb(4,2,98); }
div.DivClassName
{
background-color: #040262;
}
.BgClassName
{
background-color: #040262;
}
</style>
border-color css
<style>
span { border-color: #040262; }
span { border-color: rgb(4,2,98); }
td.TdClassName
{
border-color: #040262;
}
.TagClassName
{
border-color: #040262;
}
</style>