Shades of Navy #04137B
Tints of Navy #04137B
RGB
CMYK
RGB Variations
Color information
#04137B (or 0x04137B) is known color: Navy. HEX triplet: 04, 13 and 7B. RGB value is (4,19,123). Sum of RGB (Red+Green+Blue) = 4+19+123=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #04137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04137B is #FBEC84. Grayscale: #191919. Windows color (decimal): -16510085 or 8065796. OLE color: 8065796.
HSL color Cylindrical-coordinate representation of color #04137B: hue angle of 232.44º 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 #04137B is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 19 | 123 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.52 |
| HSL | 232.44º | 0.94% | 0.25% | - |
| HSV(B) | 232.44º | 0.97% | 0.48% | - |
| XYZ | 3.86 | 1.92 | 18.91 | - |
| YUV | 26.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 123 | 0.97 | 0.85 | 0 | 0.52 | 232.44 | 0.94 | 0.25 |
| Hex | 4 | 13 | 7B | 61 | 55 | 0 | 34 | E8 | 5E | 19 |
| Octal | 4 | 23 | 173 | 141 | 125 | 0 | 64 | 350 | 136 | 31 |
| Binary | 100 | 10011 | 1111011 | 1100001 | 1010101 | 0 | 110100 | 11101000 | 1011110 | 11001 |
Color Harmonies of #04137B
Complementary color
Monochromatic Colors of #04137B
Black with #04137B
Text Example
Text Example
White with #04137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04137B; }
p { color: rgb(4,19,123); }
H1.HeaderClassName
{
color: #04137B;
}
.AnyTagClassName
{
color: #04137B;
}
</style>
background-color css
<style>
a { background-color: #04137B; }
a { background-color: rgb(4,19,123); }
div.DivClassName
{
background-color: #04137B;
}
.BgClassName
{
background-color: #04137B;
}
</style>
border-color css
<style>
span { border-color: #04137B; }
span { border-color: rgb(4,19,123); }
td.TdClassName
{
border-color: #04137B;
}
.TagClassName
{
border-color: #04137B;
}
</style>