Shades of Navy Blue #0475BD
Tints of Navy Blue #0475BD
RGB
CMYK
RGB Variations
Color information
#0475BD (or 0x0475BD) is known color: Navy Blue. HEX triplet: 04, 75 and BD. RGB value is (4,117,189). Sum of RGB (Red+Green+Blue) = 4+117+189=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #0475BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0475BD is #FB8A42. Grayscale: #5B5B5B. Windows color (decimal): -16484931 or 12416260. OLE color: 12416260.
HSL color Cylindrical-coordinate representation of color #0475BD: hue angle of 203.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475BD is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 117 | 189 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.26 |
| HSL | 203.35º | 0.96% | 0.38% | - |
| HSV(B) | 203.35º | 0.98% | 0.74% | - |
| XYZ | 15.6 | 16.42 | 50.49 | - |
| YUV | 91.42 | 183.06 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 189 | 0.98 | 0.38 | 0 | 0.26 | 203.35 | 0.96 | 0.38 |
| Hex | 4 | 75 | BD | 62 | 26 | 0 | 1A | CB | 60 | 26 |
| Octal | 4 | 165 | 275 | 142 | 46 | 0 | 32 | 313 | 140 | 46 |
| Binary | 100 | 1110101 | 10111101 | 1100010 | 100110 | 0 | 11010 | 11001011 | 1100000 | 100110 |
Color Harmonies of #0475BD
Complementary color
Monochromatic Colors of #0475BD
Black with #0475BD
Text Example
Text Example
White with #0475BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475BD; }
p { color: rgb(4,117,189); }
H1.HeaderClassName
{
color: #0475BD;
}
.AnyTagClassName
{
color: #0475BD;
}
</style>
background-color css
<style>
a { background-color: #0475BD; }
a { background-color: rgb(4,117,189); }
div.DivClassName
{
background-color: #0475BD;
}
.BgClassName
{
background-color: #0475BD;
}
</style>
border-color css
<style>
span { border-color: #0475BD; }
span { border-color: rgb(4,117,189); }
td.TdClassName
{
border-color: #0475BD;
}
.TagClassName
{
border-color: #0475BD;
}
</style>