Shades of Navy Blue #0376F0
Tints of Navy Blue #0376F0
RGB
CMYK
RGB Variations
Color information
#0376F0 (or 0x0376F0) is known color: Navy Blue. HEX triplet: 03, 76 and F0. RGB value is (3,118,240). Sum of RGB (Red+Green+Blue) = 3+118+240=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #0376F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0376F0 is #FC890F. Grayscale: #606060. Windows color (decimal): -16550160 or 15758851. OLE color: 15758851.
HSL color Cylindrical-coordinate representation of color #0376F0: hue angle of 210.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376F0 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 118 | 240 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.06 |
| HSL | 210.89º | 0.98% | 0.48% | - |
| HSV(B) | 210.89º | 0.99% | 0.94% | - |
| XYZ | 22.24 | 19.27 | 84.98 | - |
| YUV | 97.52 | 208.4 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 240 | 0.99 | 0.51 | 0 | 0.06 | 210.89 | 0.98 | 0.48 |
| Hex | 3 | 76 | F0 | 63 | 33 | 0 | 6 | D3 | 62 | 30 |
| Octal | 3 | 166 | 360 | 143 | 63 | 0 | 6 | 323 | 142 | 60 |
| Binary | 11 | 1110110 | 11110000 | 1100011 | 110011 | 0 | 110 | 11010011 | 1100010 | 110000 |
Color Harmonies of #0376F0
Complementary color
Monochromatic Colors of #0376F0
Black with #0376F0
Text Example
Text Example
White with #0376F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0376F0; }
p { color: rgb(3,118,240); }
H1.HeaderClassName
{
color: #0376F0;
}
.AnyTagClassName
{
color: #0376F0;
}
</style>
background-color css
<style>
a { background-color: #0376F0; }
a { background-color: rgb(3,118,240); }
div.DivClassName
{
background-color: #0376F0;
}
.BgClassName
{
background-color: #0376F0;
}
</style>
border-color css
<style>
span { border-color: #0376F0; }
span { border-color: rgb(3,118,240); }
td.TdClassName
{
border-color: #0376F0;
}
.TagClassName
{
border-color: #0376F0;
}
</style>