Shades of Navy Blue #074DCE
Tints of Navy Blue #074DCE
RGB
CMYK
RGB Variations
Color information
#074DCE (or 0x074DCE) is known color: Navy Blue. HEX triplet: 07, 4D and CE. RGB value is (7,77,206). Sum of RGB (Red+Green+Blue) = 7+77+206=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #074DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DCE is #F8B231. Grayscale: #464646. Windows color (decimal): -16298546 or 13520135. OLE color: 13520135.
HSL color Cylindrical-coordinate representation of color #074DCE: hue angle of 218.89º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DCE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 77 | 206 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.19 |
| HSL | 218.89º | 0.93% | 0.42% | - |
| HSV(B) | 218.89º | 0.97% | 0.81% | - |
| XYZ | 13.88 | 9.81 | 59.55 | - |
| YUV | 70.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 206 | 0.97 | 0.63 | 0 | 0.19 | 218.89 | 0.93 | 0.42 |
| Hex | 7 | 4D | CE | 61 | 3F | 0 | 13 | DB | 5D | 2A |
| Octal | 7 | 115 | 316 | 141 | 77 | 0 | 23 | 333 | 135 | 52 |
| Binary | 111 | 1001101 | 11001110 | 1100001 | 111111 | 0 | 10011 | 11011011 | 1011101 | 101010 |
Color Harmonies of #074DCE
Complementary color
Monochromatic Colors of #074DCE
Black with #074DCE
Text Example
Text Example
White with #074DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DCE; }
p { color: rgb(7,77,206); }
H1.HeaderClassName
{
color: #074DCE;
}
.AnyTagClassName
{
color: #074DCE;
}
</style>
background-color css
<style>
a { background-color: #074DCE; }
a { background-color: rgb(7,77,206); }
div.DivClassName
{
background-color: #074DCE;
}
.BgClassName
{
background-color: #074DCE;
}
</style>
border-color css
<style>
span { border-color: #074DCE; }
span { border-color: rgb(7,77,206); }
td.TdClassName
{
border-color: #074DCE;
}
.TagClassName
{
border-color: #074DCE;
}
</style>