Shades of Navy Blue #0074BC
Tints of Navy Blue #0074BC
RGB
CMYK
RGB Variations
Color information
#0074BC (or 0x0074BC) is known color: Navy Blue. HEX triplet: 00, 74 and BC. RGB value is (0,116,188). Sum of RGB (Red+Green+Blue) = 0+116+188=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #0074BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BC is #FF8B43. Grayscale: #595959. Windows color (decimal): -16747332 or 12350464. OLE color: 12350464.
HSL color Cylindrical-coordinate representation of color #0074BC: hue angle of 202.98º 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 #0074BC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 116 | 188 | - |
| CMYK | 1 | 0.38 | 0 | 0.26 |
| HSL | 202.98º | 1% | 0.37% | - |
| HSV(B) | 202.98º | 1% | 0.74% | - |
| XYZ | 15.32 | 16.12 | 49.88 | - |
| YUV | 89.52 | 183.57 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 188 | 1 | 0.38 | 0 | 0.26 | 202.98 | 1 | 0.37 |
| Hex | 0 | 74 | BC | 64 | 26 | 0 | 1A | CB | 64 | 25 |
| Octal | 0 | 164 | 274 | 144 | 46 | 0 | 32 | 313 | 144 | 45 |
| Binary | 0 | 1110100 | 10111100 | 1100100 | 100110 | 0 | 11010 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0074BC
Complementary color
Monochromatic Colors of #0074BC
Black with #0074BC
Text Example
Text Example
White with #0074BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074BC; }
p { color: rgb(0,116,188); }
H1.HeaderClassName
{
color: #0074BC;
}
.AnyTagClassName
{
color: #0074BC;
}
</style>
background-color css
<style>
a { background-color: #0074BC; }
a { background-color: rgb(0,116,188); }
div.DivClassName
{
background-color: #0074BC;
}
.BgClassName
{
background-color: #0074BC;
}
</style>
border-color css
<style>
span { border-color: #0074BC; }
span { border-color: rgb(0,116,188); }
td.TdClassName
{
border-color: #0074BC;
}
.TagClassName
{
border-color: #0074BC;
}
</style>