Shades of Navy #000672
Tints of Navy #000672
RGB
CMYK
RGB Variations
Color information
#000672 (or 0x000672) is known color: Navy. HEX triplet: 00, 06 and 72. RGB value is (0,6,114). Sum of RGB (Red+Green+Blue) = 0+6+114=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #000672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000672 is #FFF98D. Grayscale: #101010. Windows color (decimal): -16775566 or 7472640. OLE color: 7472640.
HSL color Cylindrical-coordinate representation of color #000672: hue angle of 236.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000672 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 6 | 114 | - |
| CMYK | 1 | 0.95 | 0 | 0.55 |
| HSL | 236.84º | 1% | 0.22% | - |
| HSV(B) | 236.84º | 1% | 0.45% | - |
| XYZ | 3.1 | 1.35 | 16.02 | - |
| YUV | 16.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 114 | 1 | 0.95 | 0 | 0.55 | 236.84 | 1 | 0.22 |
| Hex | 0 | 6 | 72 | 64 | 5F | 0 | 37 | ED | 64 | 16 |
| Octal | 0 | 6 | 162 | 144 | 137 | 0 | 67 | 355 | 144 | 26 |
| Binary | 0 | 110 | 1110010 | 1100100 | 1011111 | 0 | 110111 | 11101101 | 1100100 | 10110 |
Color Harmonies of #000672
Complementary color
Monochromatic Colors of #000672
Black with #000672
Text Example
Text Example
White with #000672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000672; }
p { color: rgb(0,6,114); }
H1.HeaderClassName
{
color: #000672;
}
.AnyTagClassName
{
color: #000672;
}
</style>
background-color css
<style>
a { background-color: #000672; }
a { background-color: rgb(0,6,114); }
div.DivClassName
{
background-color: #000672;
}
.BgClassName
{
background-color: #000672;
}
</style>
border-color css
<style>
span { border-color: #000672; }
span { border-color: rgb(0,6,114); }
td.TdClassName
{
border-color: #000672;
}
.TagClassName
{
border-color: #000672;
}
</style>