Shades of Navy Blue #0377EC
Tints of Navy Blue #0377EC
RGB
CMYK
RGB Variations
Color information
#0377EC (or 0x0377EC) is known color: Navy Blue. HEX triplet: 03, 77 and EC. RGB value is (3,119,236). Sum of RGB (Red+Green+Blue) = 3+119+236=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #0377EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377EC is #FC8813. Grayscale: #616161. Windows color (decimal): -16549908 or 15496963. OLE color: 15496963.
HSL color Cylindrical-coordinate representation of color #0377EC: hue angle of 210.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377EC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 119 | 236 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.07 |
| HSL | 210.13º | 0.97% | 0.47% | - |
| HSV(B) | 210.13º | 0.99% | 0.93% | - |
| XYZ | 21.77 | 19.27 | 81.93 | - |
| YUV | 97.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 236 | 0.99 | 0.50 | 0 | 0.07 | 210.13 | 0.97 | 0.47 |
| Hex | 3 | 77 | EC | 63 | 32 | 0 | 7 | D2 | 61 | 2F |
| Octal | 3 | 167 | 354 | 143 | 62 | 0 | 7 | 322 | 141 | 57 |
| Binary | 11 | 1110111 | 11101100 | 1100011 | 110010 | 0 | 111 | 11010010 | 1100001 | 101111 |
Color Harmonies of #0377EC
Complementary color
Monochromatic Colors of #0377EC
Black with #0377EC
Text Example
Text Example
White with #0377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377EC; }
p { color: rgb(3,119,236); }
H1.HeaderClassName
{
color: #0377EC;
}
.AnyTagClassName
{
color: #0377EC;
}
</style>
background-color css
<style>
a { background-color: #0377EC; }
a { background-color: rgb(3,119,236); }
div.DivClassName
{
background-color: #0377EC;
}
.BgClassName
{
background-color: #0377EC;
}
</style>
border-color css
<style>
span { border-color: #0377EC; }
span { border-color: rgb(3,119,236); }
td.TdClassName
{
border-color: #0377EC;
}
.TagClassName
{
border-color: #0377EC;
}
</style>