Shades of Navy #000074
Tints of Navy #000074
RGB
CMYK
RGB Variations
Color information
#000074 (or 0x000074) is known color: Navy. HEX triplet: 00, 00 and 74. RGB value is (0,0,116). Sum of RGB (Red+Green+Blue) = 0+0+116=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 116 (45.70% from 255 or 100% from 116); Max value from RGB is 116 - color contains mainly: blue. Hex color #000074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000074 is #FFFF8B. Grayscale: #0C0C0C. Windows color (decimal): -16777100 or 7602176. OLE color: 7602176.
HSL color Cylindrical-coordinate representation of color #000074: hue angle of 240º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000074 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 0 | 116 | - |
| CMYK | 1 | 1 | 0 | 0.55 |
| HSL | 240º | 1% | 0.23% | - |
| HSV(B) | 240º | 1% | 0.45% | - |
| XYZ | 3.15 | 1.26 | 16.6 | - |
| YUV | 13.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 116 | 1 | 1 | 0 | 0.55 | 240 | 1 | 0.23 |
| Hex | 0 | 0 | 74 | 64 | 64 | 0 | 37 | F0 | 64 | 17 |
| Octal | 0 | 0 | 164 | 144 | 144 | 0 | 67 | 360 | 144 | 27 |
| Binary | 0 | 0 | 1110100 | 1100100 | 1100100 | 0 | 110111 | 11110000 | 1100100 | 10111 |
Color Harmonies of #000074
Complementary color
Monochromatic Colors of #000074
Black with #000074
Text Example
Text Example
White with #000074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000074; }
p { color: rgb(0,0,116); }
H1.HeaderClassName
{
color: #000074;
}
.AnyTagClassName
{
color: #000074;
}
</style>
background-color css
<style>
a { background-color: #000074; }
a { background-color: rgb(0,0,116); }
div.DivClassName
{
background-color: #000074;
}
.BgClassName
{
background-color: #000074;
}
</style>
border-color css
<style>
span { border-color: #000074; }
span { border-color: rgb(0,0,116); }
td.TdClassName
{
border-color: #000074;
}
.TagClassName
{
border-color: #000074;
}
</style>