Shades of Navy Blue #0475C4
Tints of Navy Blue #0475C4
RGB
CMYK
RGB Variations
Color information
#0475C4 (or 0x0475C4) is known color: Navy Blue. HEX triplet: 04, 75 and C4. RGB value is (4,117,196). Sum of RGB (Red+Green+Blue) = 4+117+196=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 196 (76.95% from 255 or 61.83% from 317); Max value from RGB is 196 - color contains mainly: blue. Hex color #0475C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0475C4 is #FB8A3B. Grayscale: #5B5B5B. Windows color (decimal): -16484924 or 12875012. OLE color: 12875012.
HSL color Cylindrical-coordinate representation of color #0475C4: hue angle of 204.69º 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 #0475C4 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 117 | 196 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.23 |
| HSL | 204.69º | 0.96% | 0.39% | - |
| HSV(B) | 204.69º | 0.98% | 0.77% | - |
| XYZ | 16.38 | 16.73 | 54.59 | - |
| YUV | 92.22 | 186.56 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 196 | 0.98 | 0.40 | 0 | 0.23 | 204.69 | 0.96 | 0.39 |
| Hex | 4 | 75 | C4 | 62 | 28 | 0 | 17 | CD | 60 | 27 |
| Octal | 4 | 165 | 304 | 142 | 50 | 0 | 27 | 315 | 140 | 47 |
| Binary | 100 | 1110101 | 11000100 | 1100010 | 101000 | 0 | 10111 | 11001101 | 1100000 | 100111 |
Color Harmonies of #0475C4
Complementary color
Monochromatic Colors of #0475C4
Black with #0475C4
Text Example
Text Example
White with #0475C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475C4; }
p { color: rgb(4,117,196); }
H1.HeaderClassName
{
color: #0475C4;
}
.AnyTagClassName
{
color: #0475C4;
}
</style>
background-color css
<style>
a { background-color: #0475C4; }
a { background-color: rgb(4,117,196); }
div.DivClassName
{
background-color: #0475C4;
}
.BgClassName
{
background-color: #0475C4;
}
</style>
border-color css
<style>
span { border-color: #0475C4; }
span { border-color: rgb(4,117,196); }
td.TdClassName
{
border-color: #0475C4;
}
.TagClassName
{
border-color: #0475C4;
}
</style>