Shades of Navy Blue #0377CA
Tints of Navy Blue #0377CA
RGB
CMYK
RGB Variations
Color information
#0377CA (or 0x0377CA) is known color: Navy Blue. HEX triplet: 03, 77 and CA. RGB value is (3,119,202). Sum of RGB (Red+Green+Blue) = 3+119+202=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #0377CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377CA is #FC8835. Grayscale: #5D5D5D. Windows color (decimal): -16549942 or 13268739. OLE color: 13268739.
HSL color Cylindrical-coordinate representation of color #0377CA: hue angle of 205.03º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377CA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 119 | 202 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.21 |
| HSL | 205.03º | 0.97% | 0.4% | - |
| HSV(B) | 205.03º | 0.99% | 0.79% | - |
| XYZ | 17.3 | 17.48 | 58.34 | - |
| YUV | 93.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 202 | 0.99 | 0.41 | 0 | 0.21 | 205.03 | 0.97 | 0.4 |
| Hex | 3 | 77 | CA | 63 | 29 | 0 | 15 | CD | 61 | 28 |
| Octal | 3 | 167 | 312 | 143 | 51 | 0 | 25 | 315 | 141 | 50 |
| Binary | 11 | 1110111 | 11001010 | 1100011 | 101001 | 0 | 10101 | 11001101 | 1100001 | 101000 |
Color Harmonies of #0377CA
Complementary color
Monochromatic Colors of #0377CA
Black with #0377CA
Text Example
Text Example
White with #0377CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377CA; }
p { color: rgb(3,119,202); }
H1.HeaderClassName
{
color: #0377CA;
}
.AnyTagClassName
{
color: #0377CA;
}
</style>
background-color css
<style>
a { background-color: #0377CA; }
a { background-color: rgb(3,119,202); }
div.DivClassName
{
background-color: #0377CA;
}
.BgClassName
{
background-color: #0377CA;
}
</style>
border-color css
<style>
span { border-color: #0377CA; }
span { border-color: rgb(3,119,202); }
td.TdClassName
{
border-color: #0377CA;
}
.TagClassName
{
border-color: #0377CA;
}
</style>