Shades of Navy Blue #0379DB
Tints of Navy Blue #0379DB
RGB
CMYK
RGB Variations
Color information
#0379DB (or 0x0379DB) is known color: Navy Blue. HEX triplet: 03, 79 and DB. RGB value is (3,121,219). Sum of RGB (Red+Green+Blue) = 3+121+219=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0379DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379DB is #FC8624. Grayscale: #606060. Windows color (decimal): -16549413 or 14383363. OLE color: 14383363.
HSL color Cylindrical-coordinate representation of color #0379DB: hue angle of 207.22º 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 #0379DB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 121 | 219 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.14 |
| HSL | 207.22º | 0.97% | 0.44% | - |
| HSV(B) | 207.22º | 0.99% | 0.86% | - |
| XYZ | 19.66 | 18.81 | 69.61 | - |
| YUV | 96.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 219 | 0.99 | 0.45 | 0 | 0.14 | 207.22 | 0.97 | 0.44 |
| Hex | 3 | 79 | DB | 63 | 2D | 0 | E | CF | 61 | 2C |
| Octal | 3 | 171 | 333 | 143 | 55 | 0 | 16 | 317 | 141 | 54 |
| Binary | 11 | 1111001 | 11011011 | 1100011 | 101101 | 0 | 1110 | 11001111 | 1100001 | 101100 |
Color Harmonies of #0379DB
Complementary color
Monochromatic Colors of #0379DB
Black with #0379DB
Text Example
Text Example
White with #0379DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0379DB; }
p { color: rgb(3,121,219); }
H1.HeaderClassName
{
color: #0379DB;
}
.AnyTagClassName
{
color: #0379DB;
}
</style>
background-color css
<style>
a { background-color: #0379DB; }
a { background-color: rgb(3,121,219); }
div.DivClassName
{
background-color: #0379DB;
}
.BgClassName
{
background-color: #0379DB;
}
</style>
border-color css
<style>
span { border-color: #0379DB; }
span { border-color: rgb(3,121,219); }
td.TdClassName
{
border-color: #0379DB;
}
.TagClassName
{
border-color: #0379DB;
}
</style>