Shades of Navy Blue #047BC4
Tints of Navy Blue #047BC4
RGB
CMYK
RGB Variations
Color information
#047BC4 (or 0x047BC4) is known color: Navy Blue. HEX triplet: 04, 7B and C4. RGB value is (4,123,196). Sum of RGB (Red+Green+Blue) = 4+123+196=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #047BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BC4 is #FB843B. Grayscale: #5F5F5F. Windows color (decimal): -16483388 or 12876548. OLE color: 12876548.
HSL color Cylindrical-coordinate representation of color #047BC4: hue angle of 202.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BC4 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 123 | 196 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.23 |
| HSL | 202.81º | 0.96% | 0.39% | - |
| HSV(B) | 202.81º | 0.98% | 0.77% | - |
| XYZ | 17.1 | 18.18 | 54.83 | - |
| YUV | 95.74 | 184.58 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 196 | 0.98 | 0.37 | 0 | 0.23 | 202.81 | 0.96 | 0.39 |
| Hex | 4 | 7B | C4 | 62 | 25 | 0 | 17 | CB | 60 | 27 |
| Octal | 4 | 173 | 304 | 142 | 45 | 0 | 27 | 313 | 140 | 47 |
| Binary | 100 | 1111011 | 11000100 | 1100010 | 100101 | 0 | 10111 | 11001011 | 1100000 | 100111 |
Color Harmonies of #047BC4
Complementary color
Monochromatic Colors of #047BC4
Black with #047BC4
Text Example
Text Example
White with #047BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BC4; }
p { color: rgb(4,123,196); }
H1.HeaderClassName
{
color: #047BC4;
}
.AnyTagClassName
{
color: #047BC4;
}
</style>
background-color css
<style>
a { background-color: #047BC4; }
a { background-color: rgb(4,123,196); }
div.DivClassName
{
background-color: #047BC4;
}
.BgClassName
{
background-color: #047BC4;
}
</style>
border-color css
<style>
span { border-color: #047BC4; }
span { border-color: rgb(4,123,196); }
td.TdClassName
{
border-color: #047BC4;
}
.TagClassName
{
border-color: #047BC4;
}
</style>