Shades of Navy #06046F
Tints of Navy #06046F
RGB
CMYK
RGB Variations
Color information
#06046F (or 0x06046F) is known color: Navy. HEX triplet: 06, 04 and 6F. RGB value is (6,4,111). Sum of RGB (Red+Green+Blue) = 6+4+111=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #06046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06046F is #F9FB90. Grayscale: #101010. Windows color (decimal): -16382865 or 7275526. OLE color: 7275526.
HSL color Cylindrical-coordinate representation of color #06046F: hue angle of 241.12º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06046F is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 4 | 111 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.56 |
| HSL | 241.12º | 0.93% | 0.23% | - |
| HSV(B) | 241.12º | 0.96% | 0.44% | - |
| XYZ | 2.99 | 1.27 | 15.13 | - |
| YUV | 16.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 111 | 0.95 | 0.96 | 0 | 0.56 | 241.12 | 0.93 | 0.23 |
| Hex | 6 | 4 | 6F | 5F | 60 | 0 | 38 | F1 | 5D | 17 |
| Octal | 6 | 4 | 157 | 137 | 140 | 0 | 70 | 361 | 135 | 27 |
| Binary | 110 | 100 | 1101111 | 1011111 | 1100000 | 0 | 111000 | 11110001 | 1011101 | 10111 |
Color Harmonies of #06046F
Complementary color
Monochromatic Colors of #06046F
Black with #06046F
Text Example
Text Example
White with #06046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06046F; }
p { color: rgb(6,4,111); }
H1.HeaderClassName
{
color: #06046F;
}
.AnyTagClassName
{
color: #06046F;
}
</style>
background-color css
<style>
a { background-color: #06046F; }
a { background-color: rgb(6,4,111); }
div.DivClassName
{
background-color: #06046F;
}
.BgClassName
{
background-color: #06046F;
}
</style>
border-color css
<style>
span { border-color: #06046F; }
span { border-color: rgb(6,4,111); }
td.TdClassName
{
border-color: #06046F;
}
.TagClassName
{
border-color: #06046F;
}
</style>