Shades of Navy #04127F
Tints of Navy #04127F
RGB
CMYK
RGB Variations
Color information
#04127F (or 0x04127F) is known color: Navy. HEX triplet: 04, 12 and 7F. RGB value is (4,18,127). Sum of RGB (Red+Green+Blue) = 4+18+127=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #04127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04127F is #FBED80. Grayscale: #191919. Windows color (decimal): -16510337 or 8327684. OLE color: 8327684.
HSL color Cylindrical-coordinate representation of color #04127F: hue angle of 233.17º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04127F is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 18 | 127 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.50 |
| HSL | 233.17º | 0.94% | 0.26% | - |
| HSV(B) | 233.17º | 0.97% | 0.5% | - |
| XYZ | 4.1 | 1.99 | 20.25 | - |
| YUV | 26.24 | 184.86 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 127 | 0.97 | 0.86 | 0 | 0.50 | 233.17 | 0.94 | 0.26 |
| Hex | 4 | 12 | 7F | 61 | 56 | 0 | 32 | E9 | 5E | 1A |
| Octal | 4 | 22 | 177 | 141 | 126 | 0 | 62 | 351 | 136 | 32 |
| Binary | 100 | 10010 | 1111111 | 1100001 | 1010110 | 0 | 110010 | 11101001 | 1011110 | 11010 |
Color Harmonies of #04127F
Complementary color
Monochromatic Colors of #04127F
Black with #04127F
Text Example
Text Example
White with #04127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04127F; }
p { color: rgb(4,18,127); }
H1.HeaderClassName
{
color: #04127F;
}
.AnyTagClassName
{
color: #04127F;
}
</style>
background-color css
<style>
a { background-color: #04127F; }
a { background-color: rgb(4,18,127); }
div.DivClassName
{
background-color: #04127F;
}
.BgClassName
{
background-color: #04127F;
}
</style>
border-color css
<style>
span { border-color: #04127F; }
span { border-color: rgb(4,18,127); }
td.TdClassName
{
border-color: #04127F;
}
.TagClassName
{
border-color: #04127F;
}
</style>