Shades of Navy Blue #0376CD
Tints of Navy Blue #0376CD
RGB
CMYK
RGB Variations
Color information
#0376CD (or 0x0376CD) is known color: Navy Blue. HEX triplet: 03, 76 and CD. RGB value is (3,118,205). Sum of RGB (Red+Green+Blue) = 3+118+205=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #0376CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376CD is #FC8932. Grayscale: #5D5D5D. Windows color (decimal): -16550195 or 13465091. OLE color: 13465091.
HSL color Cylindrical-coordinate representation of color #0376CD: hue angle of 205.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376CD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 118 | 205 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.20 |
| HSL | 205.84º | 0.97% | 0.41% | - |
| HSV(B) | 205.84º | 0.99% | 0.8% | - |
| XYZ | 17.54 | 17.38 | 60.19 | - |
| YUV | 93.53 | 190.9 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 205 | 0.99 | 0.42 | 0 | 0.20 | 205.84 | 0.97 | 0.41 |
| Hex | 3 | 76 | CD | 63 | 2A | 0 | 14 | CE | 61 | 29 |
| Octal | 3 | 166 | 315 | 143 | 52 | 0 | 24 | 316 | 141 | 51 |
| Binary | 11 | 1110110 | 11001101 | 1100011 | 101010 | 0 | 10100 | 11001110 | 1100001 | 101001 |
Color Harmonies of #0376CD
Complementary color
Monochromatic Colors of #0376CD
Black with #0376CD
Text Example
Text Example
White with #0376CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0376CD; }
p { color: rgb(3,118,205); }
H1.HeaderClassName
{
color: #0376CD;
}
.AnyTagClassName
{
color: #0376CD;
}
</style>
background-color css
<style>
a { background-color: #0376CD; }
a { background-color: rgb(3,118,205); }
div.DivClassName
{
background-color: #0376CD;
}
.BgClassName
{
background-color: #0376CD;
}
</style>
border-color css
<style>
span { border-color: #0376CD; }
span { border-color: rgb(3,118,205); }
td.TdClassName
{
border-color: #0376CD;
}
.TagClassName
{
border-color: #0376CD;
}
</style>