Shades of Navy #00046C
Tints of Navy #00046C
RGB
CMYK
RGB Variations
Color information
#00046C (or 0x00046C) is known color: Navy. HEX triplet: 00, 04 and 6C. RGB value is (0,4,108). Sum of RGB (Red+Green+Blue) = 0+4+108=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 108 (42.58% from 255 or 96.43% from 112); Max value from RGB is 108 - color contains mainly: blue. Hex color #00046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00046C is #FFFB93. Grayscale: #0E0E0E. Windows color (decimal): -16776084 or 7078912. OLE color: 7078912.
HSL color Cylindrical-coordinate representation of color #00046C: hue angle of 237.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00046C is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 4 | 108 | - |
| CMYK | 1 | 0.96 | 0 | 0.58 |
| HSL | 237.78º | 1% | 0.21% | - |
| HSV(B) | 237.78º | 1% | 0.42% | - |
| XYZ | 2.75 | 1.17 | 14.27 | - |
| YUV | 14.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 108 | 1 | 0.96 | 0 | 0.58 | 237.78 | 1 | 0.21 |
| Hex | 0 | 4 | 6C | 64 | 60 | 0 | 3A | EE | 64 | 15 |
| Octal | 0 | 4 | 154 | 144 | 140 | 0 | 72 | 356 | 144 | 25 |
| Binary | 0 | 100 | 1101100 | 1100100 | 1100000 | 0 | 111010 | 11101110 | 1100100 | 10101 |
Color Harmonies of #00046C
Complementary color
Monochromatic Colors of #00046C
Black with #00046C
Text Example
Text Example
White with #00046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00046C; }
p { color: rgb(0,4,108); }
H1.HeaderClassName
{
color: #00046C;
}
.AnyTagClassName
{
color: #00046C;
}
</style>
background-color css
<style>
a { background-color: #00046C; }
a { background-color: rgb(0,4,108); }
div.DivClassName
{
background-color: #00046C;
}
.BgClassName
{
background-color: #00046C;
}
</style>
border-color css
<style>
span { border-color: #00046C; }
span { border-color: rgb(0,4,108); }
td.TdClassName
{
border-color: #00046C;
}
.TagClassName
{
border-color: #00046C;
}
</style>