Shades of Navy Blue #0379DA
Tints of Navy Blue #0379DA
RGB
CMYK
RGB Variations
Color information
#0379DA (or 0x0379DA) is known color: Navy Blue. HEX triplet: 03, 79 and DA. RGB value is (3,121,218). Sum of RGB (Red+Green+Blue) = 3+121+218=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #0379DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379DA is #FC8625. Grayscale: #606060. Windows color (decimal): -16549414 or 14317827. OLE color: 14317827.
HSL color Cylindrical-coordinate representation of color #0379DA: hue angle of 207.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0379DA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 121 | 218 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.15 |
| HSL | 207.07º | 0.97% | 0.43% | - |
| HSV(B) | 207.07º | 0.99% | 0.85% | - |
| XYZ | 19.53 | 18.76 | 68.92 | - |
| YUV | 96.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 218 | 0.99 | 0.44 | 0 | 0.15 | 207.07 | 0.97 | 0.43 |
| Hex | 3 | 79 | DA | 63 | 2C | 0 | F | CF | 61 | 2B |
| Octal | 3 | 171 | 332 | 143 | 54 | 0 | 17 | 317 | 141 | 53 |
| Binary | 11 | 1111001 | 11011010 | 1100011 | 101100 | 0 | 1111 | 11001111 | 1100001 | 101011 |
Color Harmonies of #0379DA
Complementary color
Monochromatic Colors of #0379DA
Black with #0379DA
Text Example
Text Example
White with #0379DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0379DA; }
p { color: rgb(3,121,218); }
H1.HeaderClassName
{
color: #0379DA;
}
.AnyTagClassName
{
color: #0379DA;
}
</style>
background-color css
<style>
a { background-color: #0379DA; }
a { background-color: rgb(3,121,218); }
div.DivClassName
{
background-color: #0379DA;
}
.BgClassName
{
background-color: #0379DA;
}
</style>
border-color css
<style>
span { border-color: #0379DA; }
span { border-color: rgb(3,121,218); }
td.TdClassName
{
border-color: #0379DA;
}
.TagClassName
{
border-color: #0379DA;
}
</style>