Shades of Navy Blue #0376CF
Tints of Navy Blue #0376CF
RGB
CMYK
RGB Variations
Color information
#0376CF (or 0x0376CF) is known color: Navy Blue. HEX triplet: 03, 76 and CF. RGB value is (3,118,207). Sum of RGB (Red+Green+Blue) = 3+118+207=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #0376CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376CF is #FC8930. Grayscale: #5D5D5D. Windows color (decimal): -16550193 or 13596163. OLE color: 13596163.
HSL color Cylindrical-coordinate representation of color #0376CF: hue angle of 206.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376CF is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 118 | 207 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.19 |
| HSL | 206.18º | 0.97% | 0.41% | - |
| HSV(B) | 206.18º | 0.99% | 0.81% | - |
| XYZ | 17.78 | 17.48 | 61.47 | - |
| YUV | 93.76 | 191.9 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 207 | 0.99 | 0.43 | 0 | 0.19 | 206.18 | 0.97 | 0.41 |
| Hex | 3 | 76 | CF | 63 | 2B | 0 | 13 | CE | 61 | 29 |
| Octal | 3 | 166 | 317 | 143 | 53 | 0 | 23 | 316 | 141 | 51 |
| Binary | 11 | 1110110 | 11001111 | 1100011 | 101011 | 0 | 10011 | 11001110 | 1100001 | 101001 |
Color Harmonies of #0376CF
Complementary color
Monochromatic Colors of #0376CF
Black with #0376CF
Text Example
Text Example
White with #0376CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0376CF; }
p { color: rgb(3,118,207); }
H1.HeaderClassName
{
color: #0376CF;
}
.AnyTagClassName
{
color: #0376CF;
}
</style>
background-color css
<style>
a { background-color: #0376CF; }
a { background-color: rgb(3,118,207); }
div.DivClassName
{
background-color: #0376CF;
}
.BgClassName
{
background-color: #0376CF;
}
</style>
border-color css
<style>
span { border-color: #0376CF; }
span { border-color: rgb(3,118,207); }
td.TdClassName
{
border-color: #0376CF;
}
.TagClassName
{
border-color: #0376CF;
}
</style>