Shades of Navy #040274
Tints of Navy #040274
RGB
CMYK
RGB Variations
Color information
#040274 (or 0x040274) is known color: Navy. HEX triplet: 04, 02 and 74. RGB value is (4,2,116). Sum of RGB (Red+Green+Blue) = 4+2+116=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #040274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040274 is #FBFD8B. Grayscale: #0F0F0F. Windows color (decimal): -16514444 or 7602692. OLE color: 7602692.
HSL color Cylindrical-coordinate representation of color #040274: hue angle of 241.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040274 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 2 | 116 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.55 |
| HSL | 241.05º | 0.97% | 0.23% | - |
| HSV(B) | 241.05º | 0.98% | 0.45% | - |
| XYZ | 3.22 | 1.33 | 16.61 | - |
| YUV | 15.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 116 | 0.97 | 0.98 | 0 | 0.55 | 241.05 | 0.97 | 0.23 |
| Hex | 4 | 2 | 74 | 61 | 62 | 0 | 37 | F1 | 61 | 17 |
| Octal | 4 | 2 | 164 | 141 | 142 | 0 | 67 | 361 | 141 | 27 |
| Binary | 100 | 10 | 1110100 | 1100001 | 1100010 | 0 | 110111 | 11110001 | 1100001 | 10111 |
Color Harmonies of #040274
Complementary color
Monochromatic Colors of #040274
Black with #040274
Text Example
Text Example
White with #040274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040274; }
p { color: rgb(4,2,116); }
H1.HeaderClassName
{
color: #040274;
}
.AnyTagClassName
{
color: #040274;
}
</style>
background-color css
<style>
a { background-color: #040274; }
a { background-color: rgb(4,2,116); }
div.DivClassName
{
background-color: #040274;
}
.BgClassName
{
background-color: #040274;
}
</style>
border-color css
<style>
span { border-color: #040274; }
span { border-color: rgb(4,2,116); }
td.TdClassName
{
border-color: #040274;
}
.TagClassName
{
border-color: #040274;
}
</style>