Shades of Navy Blue #0450DB
Tints of Navy Blue #0450DB
RGB
CMYK
RGB Variations
Color information
#0450DB (or 0x0450DB) is known color: Navy Blue. HEX triplet: 04, 50 and DB. RGB value is (4,80,219). Sum of RGB (Red+Green+Blue) = 4+80+219=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #0450DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450DB is #FBAF24. Grayscale: #484848. Windows color (decimal): -16494373 or 14372868. OLE color: 14372868.
HSL color Cylindrical-coordinate representation of color #0450DB: hue angle of 218.79º 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 #0450DB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 80 | 219 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.14 |
| HSL | 218.79º | 0.96% | 0.44% | - |
| HSV(B) | 218.79º | 0.98% | 0.86% | - |
| XYZ | 15.7 | 10.88 | 68.29 | - |
| YUV | 73.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 219 | 0.98 | 0.63 | 0 | 0.14 | 218.79 | 0.96 | 0.44 |
| Hex | 4 | 50 | DB | 62 | 3F | 0 | E | DB | 60 | 2C |
| Octal | 4 | 120 | 333 | 142 | 77 | 0 | 16 | 333 | 140 | 54 |
| Binary | 100 | 1010000 | 11011011 | 1100010 | 111111 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0450DB
Complementary color
Monochromatic Colors of #0450DB
Black with #0450DB
Text Example
Text Example
White with #0450DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450DB; }
p { color: rgb(4,80,219); }
H1.HeaderClassName
{
color: #0450DB;
}
.AnyTagClassName
{
color: #0450DB;
}
</style>
background-color css
<style>
a { background-color: #0450DB; }
a { background-color: rgb(4,80,219); }
div.DivClassName
{
background-color: #0450DB;
}
.BgClassName
{
background-color: #0450DB;
}
</style>
border-color css
<style>
span { border-color: #0450DB; }
span { border-color: rgb(4,80,219); }
td.TdClassName
{
border-color: #0450DB;
}
.TagClassName
{
border-color: #0450DB;
}
</style>