Shades of Navy #04127B
Tints of Navy #04127B
RGB
CMYK
RGB Variations
Color information
#04127B (or 0x04127B) is known color: Navy. HEX triplet: 04, 12 and 7B. RGB value is (4,18,123). Sum of RGB (Red+Green+Blue) = 4+18+123=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #04127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04127B is #FBED84. Grayscale: #191919. Windows color (decimal): -16510341 or 8065540. OLE color: 8065540.
HSL color Cylindrical-coordinate representation of color #04127B: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04127B is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 18 | 123 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.52 |
| HSL | 232.94º | 0.94% | 0.25% | - |
| HSV(B) | 232.94º | 0.97% | 0.48% | - |
| XYZ | 3.84 | 1.89 | 18.9 | - |
| YUV | 25.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 123 | 0.97 | 0.85 | 0 | 0.52 | 232.94 | 0.94 | 0.25 |
| Hex | 4 | 12 | 7B | 61 | 55 | 0 | 34 | E9 | 5E | 19 |
| Octal | 4 | 22 | 173 | 141 | 125 | 0 | 64 | 351 | 136 | 31 |
| Binary | 100 | 10010 | 1111011 | 1100001 | 1010101 | 0 | 110100 | 11101001 | 1011110 | 11001 |
Color Harmonies of #04127B
Complementary color
Monochromatic Colors of #04127B
Black with #04127B
Text Example
Text Example
White with #04127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04127B; }
p { color: rgb(4,18,123); }
H1.HeaderClassName
{
color: #04127B;
}
.AnyTagClassName
{
color: #04127B;
}
</style>
background-color css
<style>
a { background-color: #04127B; }
a { background-color: rgb(4,18,123); }
div.DivClassName
{
background-color: #04127B;
}
.BgClassName
{
background-color: #04127B;
}
</style>
border-color css
<style>
span { border-color: #04127B; }
span { border-color: rgb(4,18,123); }
td.TdClassName
{
border-color: #04127B;
}
.TagClassName
{
border-color: #04127B;
}
</style>