Shades of Navy Blue #0472BB
Tints of Navy Blue #0472BB
RGB
CMYK
RGB Variations
Color information
#0472BB (or 0x0472BB) is known color: Navy Blue. HEX triplet: 04, 72 and BB. RGB value is (4,114,187). Sum of RGB (Red+Green+Blue) = 4+114+187=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #0472BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472BB is #FB8D44. Grayscale: #595959. Windows color (decimal): -16485701 or 12284420. OLE color: 12284420.
HSL color Cylindrical-coordinate representation of color #0472BB: hue angle of 203.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472BB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 114 | 187 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.27 |
| HSL | 203.93º | 0.96% | 0.37% | - |
| HSV(B) | 203.93º | 0.98% | 0.73% | - |
| XYZ | 15.04 | 15.65 | 49.24 | - |
| YUV | 89.43 | 183.06 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 187 | 0.98 | 0.39 | 0 | 0.27 | 203.93 | 0.96 | 0.37 |
| Hex | 4 | 72 | BB | 62 | 27 | 0 | 1B | CC | 60 | 25 |
| Octal | 4 | 162 | 273 | 142 | 47 | 0 | 33 | 314 | 140 | 45 |
| Binary | 100 | 1110010 | 10111011 | 1100010 | 100111 | 0 | 11011 | 11001100 | 1100000 | 100101 |
Color Harmonies of #0472BB
Complementary color
Monochromatic Colors of #0472BB
Black with #0472BB
Text Example
Text Example
White with #0472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472BB; }
p { color: rgb(4,114,187); }
H1.HeaderClassName
{
color: #0472BB;
}
.AnyTagClassName
{
color: #0472BB;
}
</style>
background-color css
<style>
a { background-color: #0472BB; }
a { background-color: rgb(4,114,187); }
div.DivClassName
{
background-color: #0472BB;
}
.BgClassName
{
background-color: #0472BB;
}
</style>
border-color css
<style>
span { border-color: #0472BB; }
span { border-color: rgb(4,114,187); }
td.TdClassName
{
border-color: #0472BB;
}
.TagClassName
{
border-color: #0472BB;
}
</style>