Shades of Navy #04127D
Tints of Navy #04127D
RGB
CMYK
RGB Variations
Color information
#04127D (or 0x04127D) is known color: Navy. HEX triplet: 04, 12 and 7D. RGB value is (4,18,125). Sum of RGB (Red+Green+Blue) = 4+18+125=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #04127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04127D is #FBED82. Grayscale: #191919. Windows color (decimal): -16510339 or 8196612. OLE color: 8196612.
HSL color Cylindrical-coordinate representation of color #04127D: hue angle of 233.06º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04127D is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 18 | 125 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.51 |
| HSL | 233.06º | 0.94% | 0.25% | - |
| HSV(B) | 233.06º | 0.97% | 0.49% | - |
| XYZ | 3.97 | 1.94 | 19.57 | - |
| YUV | 26.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 125 | 0.97 | 0.86 | 0 | 0.51 | 233.06 | 0.94 | 0.25 |
| Hex | 4 | 12 | 7D | 61 | 56 | 0 | 33 | E9 | 5E | 19 |
| Octal | 4 | 22 | 175 | 141 | 126 | 0 | 63 | 351 | 136 | 31 |
| Binary | 100 | 10010 | 1111101 | 1100001 | 1010110 | 0 | 110011 | 11101001 | 1011110 | 11001 |
Color Harmonies of #04127D
Complementary color
Monochromatic Colors of #04127D
Black with #04127D
Text Example
Text Example
White with #04127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04127D; }
p { color: rgb(4,18,125); }
H1.HeaderClassName
{
color: #04127D;
}
.AnyTagClassName
{
color: #04127D;
}
</style>
background-color css
<style>
a { background-color: #04127D; }
a { background-color: rgb(4,18,125); }
div.DivClassName
{
background-color: #04127D;
}
.BgClassName
{
background-color: #04127D;
}
</style>
border-color css
<style>
span { border-color: #04127D; }
span { border-color: rgb(4,18,125); }
td.TdClassName
{
border-color: #04127D;
}
.TagClassName
{
border-color: #04127D;
}
</style>