Shades of Navy #06047B
Tints of Navy #06047B
RGB
CMYK
RGB Variations
Color information
#06047B (or 0x06047B) is known color: Navy. HEX triplet: 06, 04 and 7B. RGB value is (6,4,123). Sum of RGB (Red+Green+Blue) = 6+4+123=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 123 (48.44% from 255 or 92.48% from 133); Max value from RGB is 123 - color contains mainly: blue. Hex color #06047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06047B is #F9FB84. Grayscale: #111111. Windows color (decimal): -16382853 or 8061958. OLE color: 8061958.
HSL color Cylindrical-coordinate representation of color #06047B: hue angle of 241.01º 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 #06047B is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 4 | 123 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.52 |
| HSL | 241.01º | 0.94% | 0.25% | - |
| HSV(B) | 241.01º | 0.97% | 0.48% | - |
| XYZ | 3.69 | 1.56 | 18.84 | - |
| YUV | 18.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 123 | 0.95 | 0.97 | 0 | 0.52 | 241.01 | 0.94 | 0.25 |
| Hex | 6 | 4 | 7B | 5F | 61 | 0 | 34 | F1 | 5E | 19 |
| Octal | 6 | 4 | 173 | 137 | 141 | 0 | 64 | 361 | 136 | 31 |
| Binary | 110 | 100 | 1111011 | 1011111 | 1100001 | 0 | 110100 | 11110001 | 1011110 | 11001 |
Color Harmonies of #06047B
Complementary color
Monochromatic Colors of #06047B
Black with #06047B
Text Example
Text Example
White with #06047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06047B; }
p { color: rgb(6,4,123); }
H1.HeaderClassName
{
color: #06047B;
}
.AnyTagClassName
{
color: #06047B;
}
</style>
background-color css
<style>
a { background-color: #06047B; }
a { background-color: rgb(6,4,123); }
div.DivClassName
{
background-color: #06047B;
}
.BgClassName
{
background-color: #06047B;
}
</style>
border-color css
<style>
span { border-color: #06047B; }
span { border-color: rgb(6,4,123); }
td.TdClassName
{
border-color: #06047B;
}
.TagClassName
{
border-color: #06047B;
}
</style>