Shades of Navy #04027C
Tints of Navy #04027C
RGB
CMYK
RGB Variations
Color information
#04027C (or 0x04027C) is known color: Navy. HEX triplet: 04, 02 and 7C. RGB value is (4,2,124). Sum of RGB (Red+Green+Blue) = 4+2+124=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #04027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04027C is #FBFD83. Grayscale: #101010. Windows color (decimal): -16514436 or 8126980. OLE color: 8126980.
HSL color Cylindrical-coordinate representation of color #04027C: hue angle of 240.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04027C is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 2 | 124 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.51 |
| HSL | 240.98º | 0.97% | 0.25% | - |
| HSV(B) | 240.98º | 0.98% | 0.49% | - |
| XYZ | 3.71 | 1.52 | 19.17 | - |
| YUV | 16.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 124 | 0.97 | 0.98 | 0 | 0.51 | 240.98 | 0.97 | 0.25 |
| Hex | 4 | 2 | 7C | 61 | 62 | 0 | 33 | F1 | 61 | 19 |
| Octal | 4 | 2 | 174 | 141 | 142 | 0 | 63 | 361 | 141 | 31 |
| Binary | 100 | 10 | 1111100 | 1100001 | 1100010 | 0 | 110011 | 11110001 | 1100001 | 11001 |
Color Harmonies of #04027C
Complementary color
Monochromatic Colors of #04027C
Black with #04027C
Text Example
Text Example
White with #04027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04027C; }
p { color: rgb(4,2,124); }
H1.HeaderClassName
{
color: #04027C;
}
.AnyTagClassName
{
color: #04027C;
}
</style>
background-color css
<style>
a { background-color: #04027C; }
a { background-color: rgb(4,2,124); }
div.DivClassName
{
background-color: #04027C;
}
.BgClassName
{
background-color: #04027C;
}
</style>
border-color css
<style>
span { border-color: #04027C; }
span { border-color: rgb(4,2,124); }
td.TdClassName
{
border-color: #04027C;
}
.TagClassName
{
border-color: #04027C;
}
</style>