Shades of Navy #06147C
Tints of Navy #06147C
RGB
CMYK
RGB Variations
Color information
#06147C (or 0x06147C) is known color: Navy. HEX triplet: 06, 14 and 7C. RGB value is (6,20,124). Sum of RGB (Red+Green+Blue) = 6+20+124=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #06147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06147C is #F9EB83. Grayscale: #1B1B1B. Windows color (decimal): -16378756 or 8131590. OLE color: 8131590.
HSL color Cylindrical-coordinate representation of color #06147C: hue angle of 232.88º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06147C is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 20 | 124 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.51 |
| HSL | 232.88º | 0.91% | 0.25% | - |
| HSV(B) | 232.88º | 0.95% | 0.49% | - |
| XYZ | 3.96 | 1.99 | 19.24 | - |
| YUV | 27.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 124 | 0.95 | 0.84 | 0 | 0.51 | 232.88 | 0.91 | 0.25 |
| Hex | 6 | 14 | 7C | 5F | 54 | 0 | 33 | E9 | 5B | 19 |
| Octal | 6 | 24 | 174 | 137 | 124 | 0 | 63 | 351 | 133 | 31 |
| Binary | 110 | 10100 | 1111100 | 1011111 | 1010100 | 0 | 110011 | 11101001 | 1011011 | 11001 |
Color Harmonies of #06147C
Complementary color
Monochromatic Colors of #06147C
Black with #06147C
Text Example
Text Example
White with #06147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06147C; }
p { color: rgb(6,20,124); }
H1.HeaderClassName
{
color: #06147C;
}
.AnyTagClassName
{
color: #06147C;
}
</style>
background-color css
<style>
a { background-color: #06147C; }
a { background-color: rgb(6,20,124); }
div.DivClassName
{
background-color: #06147C;
}
.BgClassName
{
background-color: #06147C;
}
</style>
border-color css
<style>
span { border-color: #06147C; }
span { border-color: rgb(6,20,124); }
td.TdClassName
{
border-color: #06147C;
}
.TagClassName
{
border-color: #06147C;
}
</style>