Shades of Navy Blue #074CCD
Tints of Navy Blue #074CCD
RGB
CMYK
RGB Variations
Color information
#074CCD (or 0x074CCD) is known color: Navy Blue. HEX triplet: 07, 4C and CD. RGB value is (7,76,205). Sum of RGB (Red+Green+Blue) = 7+76+205=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #074CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CCD is #F8B332. Grayscale: #454545. Windows color (decimal): -16298803 or 13454343. OLE color: 13454343.
HSL color Cylindrical-coordinate representation of color #074CCD: hue angle of 219.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CCD is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 76 | 205 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.20 |
| HSL | 219.09º | 0.93% | 0.42% | - |
| HSV(B) | 219.09º | 0.97% | 0.8% | - |
| XYZ | 13.69 | 9.62 | 58.89 | - |
| YUV | 70.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 205 | 0.97 | 0.63 | 0 | 0.20 | 219.09 | 0.93 | 0.42 |
| Hex | 7 | 4C | CD | 61 | 3F | 0 | 14 | DB | 5D | 2A |
| Octal | 7 | 114 | 315 | 141 | 77 | 0 | 24 | 333 | 135 | 52 |
| Binary | 111 | 1001100 | 11001101 | 1100001 | 111111 | 0 | 10100 | 11011011 | 1011101 | 101010 |
Color Harmonies of #074CCD
Complementary color
Monochromatic Colors of #074CCD
Black with #074CCD
Text Example
Text Example
White with #074CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CCD; }
p { color: rgb(7,76,205); }
H1.HeaderClassName
{
color: #074CCD;
}
.AnyTagClassName
{
color: #074CCD;
}
</style>
background-color css
<style>
a { background-color: #074CCD; }
a { background-color: rgb(7,76,205); }
div.DivClassName
{
background-color: #074CCD;
}
.BgClassName
{
background-color: #074CCD;
}
</style>
border-color css
<style>
span { border-color: #074CCD; }
span { border-color: rgb(7,76,205); }
td.TdClassName
{
border-color: #074CCD;
}
.TagClassName
{
border-color: #074CCD;
}
</style>