Shades of Navy Blue #0376DD
Tints of Navy Blue #0376DD
RGB
CMYK
RGB Variations
Color information
#0376DD (or 0x0376DD) is known color: Navy Blue. HEX triplet: 03, 76 and DD. RGB value is (3,118,221). Sum of RGB (Red+Green+Blue) = 3+118+221=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0376DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376DD is #FC8922. Grayscale: #5E5E5E. Windows color (decimal): -16550179 or 14513667. OLE color: 14513667.
HSL color Cylindrical-coordinate representation of color #0376DD: hue angle of 208.35º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376DD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 118 | 221 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.13 |
| HSL | 208.35º | 0.97% | 0.44% | - |
| HSV(B) | 208.35º | 0.99% | 0.87% | - |
| XYZ | 19.57 | 18.2 | 70.89 | - |
| YUV | 95.36 | 198.9 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 221 | 0.99 | 0.47 | 0 | 0.13 | 208.35 | 0.97 | 0.44 |
| Hex | 3 | 76 | DD | 63 | 2F | 0 | D | D0 | 61 | 2C |
| Octal | 3 | 166 | 335 | 143 | 57 | 0 | 15 | 320 | 141 | 54 |
| Binary | 11 | 1110110 | 11011101 | 1100011 | 101111 | 0 | 1101 | 11010000 | 1100001 | 101100 |
Color Harmonies of #0376DD
Complementary color
Monochromatic Colors of #0376DD
Black with #0376DD
Text Example
Text Example
White with #0376DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0376DD; }
p { color: rgb(3,118,221); }
H1.HeaderClassName
{
color: #0376DD;
}
.AnyTagClassName
{
color: #0376DD;
}
</style>
background-color css
<style>
a { background-color: #0376DD; }
a { background-color: rgb(3,118,221); }
div.DivClassName
{
background-color: #0376DD;
}
.BgClassName
{
background-color: #0376DD;
}
</style>
border-color css
<style>
span { border-color: #0376DD; }
span { border-color: rgb(3,118,221); }
td.TdClassName
{
border-color: #0376DD;
}
.TagClassName
{
border-color: #0376DD;
}
</style>