Shades of Navy #040270
Tints of Navy #040270
RGB
CMYK
RGB Variations
Color information
#040270 (or 0x040270) is known color: Navy. HEX triplet: 04, 02 and 70. RGB value is (4,2,112). Sum of RGB (Red+Green+Blue) = 4+2+112=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #040270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040270 is #FBFD8F. Grayscale: #0E0E0E. Windows color (decimal): -16514448 or 7340548. OLE color: 7340548.
HSL color Cylindrical-coordinate representation of color #040270: hue angle of 241.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040270 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 2 | 112 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.56 |
| HSL | 241.09º | 0.96% | 0.22% | - |
| HSV(B) | 241.09º | 0.98% | 0.44% | - |
| XYZ | 3 | 1.24 | 15.41 | - |
| YUV | 15.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 112 | 0.96 | 0.98 | 0 | 0.56 | 241.09 | 0.96 | 0.22 |
| Hex | 4 | 2 | 70 | 60 | 62 | 0 | 38 | F1 | 60 | 16 |
| Octal | 4 | 2 | 160 | 140 | 142 | 0 | 70 | 361 | 140 | 26 |
| Binary | 100 | 10 | 1110000 | 1100000 | 1100010 | 0 | 111000 | 11110001 | 1100000 | 10110 |
Color Harmonies of #040270
Complementary color
Monochromatic Colors of #040270
Black with #040270
Text Example
Text Example
White with #040270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040270; }
p { color: rgb(4,2,112); }
H1.HeaderClassName
{
color: #040270;
}
.AnyTagClassName
{
color: #040270;
}
</style>
background-color css
<style>
a { background-color: #040270; }
a { background-color: rgb(4,2,112); }
div.DivClassName
{
background-color: #040270;
}
.BgClassName
{
background-color: #040270;
}
</style>
border-color css
<style>
span { border-color: #040270; }
span { border-color: rgb(4,2,112); }
td.TdClassName
{
border-color: #040270;
}
.TagClassName
{
border-color: #040270;
}
</style>