Shades of Navy Blue #0350DB
Tints of Navy Blue #0350DB
RGB
CMYK
RGB Variations
Color information
#0350DB (or 0x0350DB) is known color: Navy Blue. HEX triplet: 03, 50 and DB. RGB value is (3,80,219). Sum of RGB (Red+Green+Blue) = 3+80+219=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #0350DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350DB is #FCAF24. Grayscale: #484848. Windows color (decimal): -16559909 or 14372867. OLE color: 14372867.
HSL color Cylindrical-coordinate representation of color #0350DB: hue angle of 218.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350DB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 80 | 219 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.14 |
| HSL | 218.61º | 0.97% | 0.44% | - |
| HSV(B) | 218.61º | 0.99% | 0.86% | - |
| XYZ | 15.69 | 10.87 | 68.29 | - |
| YUV | 72.82 | 210.49 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 219 | 0.99 | 0.63 | 0 | 0.14 | 218.61 | 0.97 | 0.44 |
| Hex | 3 | 50 | DB | 63 | 3F | 0 | E | DB | 61 | 2C |
| Octal | 3 | 120 | 333 | 143 | 77 | 0 | 16 | 333 | 141 | 54 |
| Binary | 11 | 1010000 | 11011011 | 1100011 | 111111 | 0 | 1110 | 11011011 | 1100001 | 101100 |
Color Harmonies of #0350DB
Complementary color
Monochromatic Colors of #0350DB
Black with #0350DB
Text Example
Text Example
White with #0350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350DB; }
p { color: rgb(3,80,219); }
H1.HeaderClassName
{
color: #0350DB;
}
.AnyTagClassName
{
color: #0350DB;
}
</style>
background-color css
<style>
a { background-color: #0350DB; }
a { background-color: rgb(3,80,219); }
div.DivClassName
{
background-color: #0350DB;
}
.BgClassName
{
background-color: #0350DB;
}
</style>
border-color css
<style>
span { border-color: #0350DB; }
span { border-color: rgb(3,80,219); }
td.TdClassName
{
border-color: #0350DB;
}
.TagClassName
{
border-color: #0350DB;
}
</style>