Shades of Navy Blue #074BFC
Tints of Navy Blue #074BFC
RGB
CMYK
RGB Variations
Color information
#074BFC (or 0x074BFC) is known color: Navy Blue. HEX triplet: 07, 4B and FC. RGB value is (7,75,252). Sum of RGB (Red+Green+Blue) = 7+75+252=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #074BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074BFC is #F8B403. Grayscale: #4A4A4A. Windows color (decimal): -16299012 or 16534279. OLE color: 16534279.
HSL color Cylindrical-coordinate representation of color #074BFC: hue angle of 223.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074BFC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 75 | 252 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.01 |
| HSL | 223.35º | 0.98% | 0.51% | - |
| HSV(B) | 223.35º | 0.97% | 0.99% | - |
| XYZ | 20.17 | 12.11 | 93.37 | - |
| YUV | 74.85 | 227.97 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 252 | 0.97 | 0.70 | 0 | 0.01 | 223.35 | 0.98 | 0.51 |
| Hex | 7 | 4B | FC | 61 | 46 | 0 | 1 | DF | 62 | 33 |
| Octal | 7 | 113 | 374 | 141 | 106 | 0 | 1 | 337 | 142 | 63 |
| Binary | 111 | 1001011 | 11111100 | 1100001 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #074BFC
Complementary color
Monochromatic Colors of #074BFC
Black with #074BFC
Text Example
Text Example
White with #074BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074BFC; }
p { color: rgb(7,75,252); }
H1.HeaderClassName
{
color: #074BFC;
}
.AnyTagClassName
{
color: #074BFC;
}
</style>
background-color css
<style>
a { background-color: #074BFC; }
a { background-color: rgb(7,75,252); }
div.DivClassName
{
background-color: #074BFC;
}
.BgClassName
{
background-color: #074BFC;
}
</style>
border-color css
<style>
span { border-color: #074BFC; }
span { border-color: rgb(7,75,252); }
td.TdClassName
{
border-color: #074BFC;
}
.TagClassName
{
border-color: #074BFC;
}
</style>