Shades of Navy Blue #074ECB
Tints of Navy Blue #074ECB
RGB
CMYK
RGB Variations
Color information
#074ECB (or 0x074ECB) is known color: Navy Blue. HEX triplet: 07, 4E and CB. RGB value is (7,78,203). Sum of RGB (Red+Green+Blue) = 7+78+203=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #074ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074ECB is #F8B134. Grayscale: #464646. Windows color (decimal): -16298293 or 13323783. OLE color: 13323783.
HSL color Cylindrical-coordinate representation of color #074ECB: hue angle of 218.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ECB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 78 | 203 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.20 |
| HSL | 218.27º | 0.93% | 0.41% | - |
| HSV(B) | 218.27º | 0.97% | 0.8% | - |
| XYZ | 13.59 | 9.81 | 57.68 | - |
| YUV | 71.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 203 | 0.97 | 0.62 | 0 | 0.20 | 218.27 | 0.93 | 0.41 |
| Hex | 7 | 4E | CB | 61 | 3E | 0 | 14 | DA | 5D | 29 |
| Octal | 7 | 116 | 313 | 141 | 76 | 0 | 24 | 332 | 135 | 51 |
| Binary | 111 | 1001110 | 11001011 | 1100001 | 111110 | 0 | 10100 | 11011010 | 1011101 | 101001 |
Color Harmonies of #074ECB
Complementary color
Monochromatic Colors of #074ECB
Black with #074ECB
Text Example
Text Example
White with #074ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ECB; }
p { color: rgb(7,78,203); }
H1.HeaderClassName
{
color: #074ECB;
}
.AnyTagClassName
{
color: #074ECB;
}
</style>
background-color css
<style>
a { background-color: #074ECB; }
a { background-color: rgb(7,78,203); }
div.DivClassName
{
background-color: #074ECB;
}
.BgClassName
{
background-color: #074ECB;
}
</style>
border-color css
<style>
span { border-color: #074ECB; }
span { border-color: rgb(7,78,203); }
td.TdClassName
{
border-color: #074ECB;
}
.TagClassName
{
border-color: #074ECB;
}
</style>