Shades of Navy Blue #0074F0
Tints of Navy Blue #0074F0
RGB
CMYK
RGB Variations
Color information
#0074F0 (or 0x0074F0) is known color: Navy Blue. HEX triplet: 00, 74 and F0. RGB value is (0,116,240). Sum of RGB (Red+Green+Blue) = 0+116+240=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #0074F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074F0 is #FF8B0F. Grayscale: #5E5E5E. Windows color (decimal): -16747280 or 15758336. OLE color: 15758336.
HSL color Cylindrical-coordinate representation of color #0074F0: hue angle of 211º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074F0 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 116 | 240 | - |
| CMYK | 1 | 0.52 | 0 | 0.06 |
| HSL | 211º | 1% | 0.47% | - |
| HSV(B) | 211º | 1% | 0.94% | - |
| XYZ | 21.97 | 18.78 | 84.91 | - |
| YUV | 95.45 | 209.57 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 240 | 1 | 0.52 | 0 | 0.06 | 211 | 1 | 0.47 |
| Hex | 0 | 74 | F0 | 64 | 34 | 0 | 6 | D3 | 64 | 2F |
| Octal | 0 | 164 | 360 | 144 | 64 | 0 | 6 | 323 | 144 | 57 |
| Binary | 0 | 1110100 | 11110000 | 1100100 | 110100 | 0 | 110 | 11010011 | 1100100 | 101111 |
Color Harmonies of #0074F0
Complementary color
Monochromatic Colors of #0074F0
Black with #0074F0
Text Example
Text Example
White with #0074F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0074F0; }
p { color: rgb(0,116,240); }
H1.HeaderClassName
{
color: #0074F0;
}
.AnyTagClassName
{
color: #0074F0;
}
</style>
background-color css
<style>
a { background-color: #0074F0; }
a { background-color: rgb(0,116,240); }
div.DivClassName
{
background-color: #0074F0;
}
.BgClassName
{
background-color: #0074F0;
}
</style>
border-color css
<style>
span { border-color: #0074F0; }
span { border-color: rgb(0,116,240); }
td.TdClassName
{
border-color: #0074F0;
}
.TagClassName
{
border-color: #0074F0;
}
</style>