Shades of Navy #04067D
Tints of Navy #04067D
RGB
CMYK
RGB Variations
Color information
#04067D (or 0x04067D) is known color: Navy. HEX triplet: 04, 06 and 7D. RGB value is (4,6,125). Sum of RGB (Red+Green+Blue) = 4+6+125=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 125 (49.22% from 255 or 92.59% from 135); Max value from RGB is 125 - color contains mainly: blue. Hex color #04067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04067D is #FBF982. Grayscale: #121212. Windows color (decimal): -16513411 or 8193540. OLE color: 8193540.
HSL color Cylindrical-coordinate representation of color #04067D: hue angle of 239.01º 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 #04067D is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 6 | 125 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.51 |
| HSL | 239.01º | 0.94% | 0.25% | - |
| HSV(B) | 239.01º | 0.97% | 0.49% | - |
| XYZ | 3.82 | 1.64 | 19.52 | - |
| YUV | 18.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 125 | 0.97 | 0.95 | 0 | 0.51 | 239.01 | 0.94 | 0.25 |
| Hex | 4 | 6 | 7D | 61 | 5F | 0 | 33 | EF | 5E | 19 |
| Octal | 4 | 6 | 175 | 141 | 137 | 0 | 63 | 357 | 136 | 31 |
| Binary | 100 | 110 | 1111101 | 1100001 | 1011111 | 0 | 110011 | 11101111 | 1011110 | 11001 |
Color Harmonies of #04067D
Complementary color
Monochromatic Colors of #04067D
Black with #04067D
Text Example
Text Example
White with #04067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04067D; }
p { color: rgb(4,6,125); }
H1.HeaderClassName
{
color: #04067D;
}
.AnyTagClassName
{
color: #04067D;
}
</style>
background-color css
<style>
a { background-color: #04067D; }
a { background-color: rgb(4,6,125); }
div.DivClassName
{
background-color: #04067D;
}
.BgClassName
{
background-color: #04067D;
}
</style>
border-color css
<style>
span { border-color: #04067D; }
span { border-color: rgb(4,6,125); }
td.TdClassName
{
border-color: #04067D;
}
.TagClassName
{
border-color: #04067D;
}
</style>