Shades of Navy Blue #047CC3
Tints of Navy Blue #047CC3
RGB
CMYK
RGB Variations
Color information
#047CC3 (or 0x047CC3) is known color: Navy Blue. HEX triplet: 04, 7C and C3. RGB value is (4,124,195). Sum of RGB (Red+Green+Blue) = 4+124+195=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 195 (76.56% from 255 or 60.37% from 323); Max value from RGB is 195 - color contains mainly: blue. Hex color #047CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CC3 is #FB833C. Grayscale: #5F5F5F. Windows color (decimal): -16483133 or 12811268. OLE color: 12811268.
HSL color Cylindrical-coordinate representation of color #047CC3: hue angle of 202.3º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CC3 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 124 | 195 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.24 |
| HSL | 202.3º | 0.96% | 0.39% | - |
| HSV(B) | 202.3º | 0.98% | 0.76% | - |
| XYZ | 17.11 | 18.38 | 54.28 | - |
| YUV | 96.21 | 183.74 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 195 | 0.98 | 0.36 | 0 | 0.24 | 202.3 | 0.96 | 0.39 |
| Hex | 4 | 7C | C3 | 62 | 24 | 0 | 18 | CA | 60 | 27 |
| Octal | 4 | 174 | 303 | 142 | 44 | 0 | 30 | 312 | 140 | 47 |
| Binary | 100 | 1111100 | 11000011 | 1100010 | 100100 | 0 | 11000 | 11001010 | 1100000 | 100111 |
Color Harmonies of #047CC3
Complementary color
Monochromatic Colors of #047CC3
Black with #047CC3
Text Example
Text Example
White with #047CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CC3; }
p { color: rgb(4,124,195); }
H1.HeaderClassName
{
color: #047CC3;
}
.AnyTagClassName
{
color: #047CC3;
}
</style>
background-color css
<style>
a { background-color: #047CC3; }
a { background-color: rgb(4,124,195); }
div.DivClassName
{
background-color: #047CC3;
}
.BgClassName
{
background-color: #047CC3;
}
</style>
border-color css
<style>
span { border-color: #047CC3; }
span { border-color: rgb(4,124,195); }
td.TdClassName
{
border-color: #047CC3;
}
.TagClassName
{
border-color: #047CC3;
}
</style>