Shades of Navy Blue #074CE1
Tints of Navy Blue #074CE1
RGB
CMYK
RGB Variations
Color information
#074CE1 (or 0x074CE1) is known color: Navy Blue. HEX triplet: 07, 4C and E1. RGB value is (7,76,225). Sum of RGB (Red+Green+Blue) = 7+76+225=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #074CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CE1 is #F8B31E. Grayscale: #474747. Windows color (decimal): -16298783 or 14765063. OLE color: 14765063.
HSL color Cylindrical-coordinate representation of color #074CE1: hue angle of 221.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CE1 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 76 | 225 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.12 |
| HSL | 221.01º | 0.94% | 0.45% | - |
| HSV(B) | 221.01º | 0.97% | 0.88% | - |
| XYZ | 16.26 | 10.65 | 72.43 | - |
| YUV | 72.36 | 214.14 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 225 | 0.97 | 0.66 | 0 | 0.12 | 221.01 | 0.94 | 0.45 |
| Hex | 7 | 4C | E1 | 61 | 42 | 0 | C | DD | 5E | 2D |
| Octal | 7 | 114 | 341 | 141 | 102 | 0 | 14 | 335 | 136 | 55 |
| Binary | 111 | 1001100 | 11100001 | 1100001 | 1000010 | 0 | 1100 | 11011101 | 1011110 | 101101 |
Color Harmonies of #074CE1
Complementary color
Monochromatic Colors of #074CE1
Black with #074CE1
Text Example
Text Example
White with #074CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CE1; }
p { color: rgb(7,76,225); }
H1.HeaderClassName
{
color: #074CE1;
}
.AnyTagClassName
{
color: #074CE1;
}
</style>
background-color css
<style>
a { background-color: #074CE1; }
a { background-color: rgb(7,76,225); }
div.DivClassName
{
background-color: #074CE1;
}
.BgClassName
{
background-color: #074CE1;
}
</style>
border-color css
<style>
span { border-color: #074CE1; }
span { border-color: rgb(7,76,225); }
td.TdClassName
{
border-color: #074CE1;
}
.TagClassName
{
border-color: #074CE1;
}
</style>