Shades of Navy Blue #0074BF
Tints of Navy Blue #0074BF
RGB
CMYK
RGB Variations
Color information
#0074BF (or 0x0074BF) is known color: Navy Blue. HEX triplet: 00, 74 and BF. RGB value is (0,116,191). Sum of RGB (Red+Green+Blue) = 0+116+191=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #0074BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BF is #FF8B40. Grayscale: #595959. Windows color (decimal): -16747329 or 12547072. OLE color: 12547072.
HSL color Cylindrical-coordinate representation of color #0074BF: hue angle of 203.56º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074BF is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 116 | 191 | - |
| CMYK | 1 | 0.39 | 0 | 0.25 |
| HSL | 203.56º | 1% | 0.37% | - |
| HSV(B) | 203.56º | 1% | 0.75% | - |
| XYZ | 15.65 | 16.25 | 51.6 | - |
| YUV | 89.87 | 185.07 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 191 | 1 | 0.39 | 0 | 0.25 | 203.56 | 1 | 0.37 |
| Hex | 0 | 74 | BF | 64 | 27 | 0 | 19 | CC | 64 | 25 |
| Octal | 0 | 164 | 277 | 144 | 47 | 0 | 31 | 314 | 144 | 45 |
| Binary | 0 | 1110100 | 10111111 | 1100100 | 100111 | 0 | 11001 | 11001100 | 1100100 | 100101 |
Color Harmonies of #0074BF
Complementary color
Monochromatic Colors of #0074BF
Black with #0074BF
Text Example
Text Example
White with #0074BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074BF; }
p { color: rgb(0,116,191); }
H1.HeaderClassName
{
color: #0074BF;
}
.AnyTagClassName
{
color: #0074BF;
}
</style>
background-color css
<style>
a { background-color: #0074BF; }
a { background-color: rgb(0,116,191); }
div.DivClassName
{
background-color: #0074BF;
}
.BgClassName
{
background-color: #0074BF;
}
</style>
border-color css
<style>
span { border-color: #0074BF; }
span { border-color: rgb(0,116,191); }
td.TdClassName
{
border-color: #0074BF;
}
.TagClassName
{
border-color: #0074BF;
}
</style>