Shades of Navy Blue #074CDD
Tints of Navy Blue #074CDD
RGB
CMYK
RGB Variations
Color information
#074CDD (or 0x074CDD) is known color: Navy Blue. HEX triplet: 07, 4C and DD. RGB value is (7,76,221). Sum of RGB (Red+Green+Blue) = 7+76+221=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #074CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CDD is #F8B322. Grayscale: #474747. Windows color (decimal): -16298787 or 14502919. OLE color: 14502919.
HSL color Cylindrical-coordinate representation of color #074CDD: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CDD is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 76 | 221 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.13 |
| HSL | 220.65º | 0.94% | 0.45% | - |
| HSV(B) | 220.65º | 0.97% | 0.87% | - |
| XYZ | 15.72 | 10.43 | 69.59 | - |
| YUV | 71.9 | 212.14 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 221 | 0.97 | 0.66 | 0 | 0.13 | 220.65 | 0.94 | 0.45 |
| Hex | 7 | 4C | DD | 61 | 42 | 0 | D | DD | 5E | 2D |
| Octal | 7 | 114 | 335 | 141 | 102 | 0 | 15 | 335 | 136 | 55 |
| Binary | 111 | 1001100 | 11011101 | 1100001 | 1000010 | 0 | 1101 | 11011101 | 1011110 | 101101 |
Color Harmonies of #074CDD
Complementary color
Monochromatic Colors of #074CDD
Black with #074CDD
Text Example
Text Example
White with #074CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CDD; }
p { color: rgb(7,76,221); }
H1.HeaderClassName
{
color: #074CDD;
}
.AnyTagClassName
{
color: #074CDD;
}
</style>
background-color css
<style>
a { background-color: #074CDD; }
a { background-color: rgb(7,76,221); }
div.DivClassName
{
background-color: #074CDD;
}
.BgClassName
{
background-color: #074CDD;
}
</style>
border-color css
<style>
span { border-color: #074CDD; }
span { border-color: rgb(7,76,221); }
td.TdClassName
{
border-color: #074CDD;
}
.TagClassName
{
border-color: #074CDD;
}
</style>