Shades of Navy Blue #0474DB
Tints of Navy Blue #0474DB
RGB
CMYK
RGB Variations
Color information
#0474DB (or 0x0474DB) is known color: Navy Blue. HEX triplet: 04, 74 and DB. RGB value is (4,116,219). Sum of RGB (Red+Green+Blue) = 4+116+219=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #0474DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0474DB is #FB8B24. Grayscale: #5D5D5D. Windows color (decimal): -16485157 or 14382084. OLE color: 14382084.
HSL color Cylindrical-coordinate representation of color #0474DB: hue angle of 208.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474DB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 116 | 219 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.14 |
| HSL | 208.74º | 0.96% | 0.44% | - |
| HSV(B) | 208.74º | 0.98% | 0.86% | - |
| XYZ | 19.08 | 17.63 | 69.42 | - |
| YUV | 94.25 | 198.39 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 219 | 0.98 | 0.47 | 0 | 0.14 | 208.74 | 0.96 | 0.44 |
| Hex | 4 | 74 | DB | 62 | 2F | 0 | E | D1 | 60 | 2C |
| Octal | 4 | 164 | 333 | 142 | 57 | 0 | 16 | 321 | 140 | 54 |
| Binary | 100 | 1110100 | 11011011 | 1100010 | 101111 | 0 | 1110 | 11010001 | 1100000 | 101100 |
Color Harmonies of #0474DB
Complementary color
Monochromatic Colors of #0474DB
Black with #0474DB
Text Example
Text Example
White with #0474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0474DB; }
p { color: rgb(4,116,219); }
H1.HeaderClassName
{
color: #0474DB;
}
.AnyTagClassName
{
color: #0474DB;
}
</style>
background-color css
<style>
a { background-color: #0474DB; }
a { background-color: rgb(4,116,219); }
div.DivClassName
{
background-color: #0474DB;
}
.BgClassName
{
background-color: #0474DB;
}
</style>
border-color css
<style>
span { border-color: #0474DB; }
span { border-color: rgb(4,116,219); }
td.TdClassName
{
border-color: #0474DB;
}
.TagClassName
{
border-color: #0474DB;
}
</style>