Shades of Navy Blue #0475CF
Tints of Navy Blue #0475CF
RGB
CMYK
RGB Variations
Color information
#0475CF (or 0x0475CF) is known color: Navy Blue. HEX triplet: 04, 75 and CF. RGB value is (4,117,207). Sum of RGB (Red+Green+Blue) = 4+117+207=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #0475CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0475CF is #FB8A30. Grayscale: #5D5D5D. Windows color (decimal): -16484913 or 13595908. OLE color: 13595908.
HSL color Cylindrical-coordinate representation of color #0475CF: hue angle of 206.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475CF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 117 | 207 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.19 |
| HSL | 206.6º | 0.96% | 0.41% | - |
| HSV(B) | 206.6º | 0.98% | 0.81% | - |
| XYZ | 17.67 | 17.25 | 61.43 | - |
| YUV | 93.47 | 192.06 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 207 | 0.98 | 0.43 | 0 | 0.19 | 206.6 | 0.96 | 0.41 |
| Hex | 4 | 75 | CF | 62 | 2B | 0 | 13 | CF | 60 | 29 |
| Octal | 4 | 165 | 317 | 142 | 53 | 0 | 23 | 317 | 140 | 51 |
| Binary | 100 | 1110101 | 11001111 | 1100010 | 101011 | 0 | 10011 | 11001111 | 1100000 | 101001 |
Color Harmonies of #0475CF
Complementary color
Monochromatic Colors of #0475CF
Black with #0475CF
Text Example
Text Example
White with #0475CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475CF; }
p { color: rgb(4,117,207); }
H1.HeaderClassName
{
color: #0475CF;
}
.AnyTagClassName
{
color: #0475CF;
}
</style>
background-color css
<style>
a { background-color: #0475CF; }
a { background-color: rgb(4,117,207); }
div.DivClassName
{
background-color: #0475CF;
}
.BgClassName
{
background-color: #0475CF;
}
</style>
border-color css
<style>
span { border-color: #0475CF; }
span { border-color: rgb(4,117,207); }
td.TdClassName
{
border-color: #0475CF;
}
.TagClassName
{
border-color: #0475CF;
}
</style>