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