Shades of Navy Blue #0074BD
Tints of Navy Blue #0074BD
RGB
CMYK
RGB Variations
Color information
#0074BD (or 0x0074BD) is known color: Navy Blue. HEX triplet: 00, 74 and BD. RGB value is (0,116,189). Sum of RGB (Red+Green+Blue) = 0+116+189=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #0074BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BD is #FF8B42. Grayscale: #595959. Windows color (decimal): -16747331 or 12416000. OLE color: 12416000.
HSL color Cylindrical-coordinate representation of color #0074BD: hue angle of 203.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074BD is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 116 | 189 | - |
| CMYK | 1 | 0.39 | 0 | 0.26 |
| HSL | 203.17º | 1% | 0.37% | - |
| HSV(B) | 203.17º | 1% | 0.74% | - |
| XYZ | 15.43 | 16.16 | 50.45 | - |
| YUV | 89.64 | 184.07 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 189 | 1 | 0.39 | 0 | 0.26 | 203.17 | 1 | 0.37 |
| Hex | 0 | 74 | BD | 64 | 27 | 0 | 1A | CB | 64 | 25 |
| Octal | 0 | 164 | 275 | 144 | 47 | 0 | 32 | 313 | 144 | 45 |
| Binary | 0 | 1110100 | 10111101 | 1100100 | 100111 | 0 | 11010 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0074BD
Complementary color
Monochromatic Colors of #0074BD
Black with #0074BD
Text Example
Text Example
White with #0074BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074BD; }
p { color: rgb(0,116,189); }
H1.HeaderClassName
{
color: #0074BD;
}
.AnyTagClassName
{
color: #0074BD;
}
</style>
background-color css
<style>
a { background-color: #0074BD; }
a { background-color: rgb(0,116,189); }
div.DivClassName
{
background-color: #0074BD;
}
.BgClassName
{
background-color: #0074BD;
}
</style>
border-color css
<style>
span { border-color: #0074BD; }
span { border-color: rgb(0,116,189); }
td.TdClassName
{
border-color: #0074BD;
}
.TagClassName
{
border-color: #0074BD;
}
</style>