Shades of Navy Blue #0377CB
Tints of Navy Blue #0377CB
RGB
CMYK
RGB Variations
Color information
#0377CB (or 0x0377CB) is known color: Navy Blue. HEX triplet: 03, 77 and CB. RGB value is (3,119,203). Sum of RGB (Red+Green+Blue) = 3+119+203=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #0377CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377CB is #FC8834. Grayscale: #5D5D5D. Windows color (decimal): -16549941 or 13334275. OLE color: 13334275.
HSL color Cylindrical-coordinate representation of color #0377CB: hue angle of 205.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377CB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 119 | 203 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.20 |
| HSL | 205.2º | 0.97% | 0.4% | - |
| HSV(B) | 205.2º | 0.99% | 0.8% | - |
| XYZ | 17.41 | 17.52 | 58.96 | - |
| YUV | 93.89 | 189.57 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 203 | 0.99 | 0.41 | 0 | 0.20 | 205.2 | 0.97 | 0.4 |
| Hex | 3 | 77 | CB | 63 | 29 | 0 | 14 | CD | 61 | 28 |
| Octal | 3 | 167 | 313 | 143 | 51 | 0 | 24 | 315 | 141 | 50 |
| Binary | 11 | 1110111 | 11001011 | 1100011 | 101001 | 0 | 10100 | 11001101 | 1100001 | 101000 |
Color Harmonies of #0377CB
Complementary color
Monochromatic Colors of #0377CB
Black with #0377CB
Text Example
Text Example
White with #0377CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377CB; }
p { color: rgb(3,119,203); }
H1.HeaderClassName
{
color: #0377CB;
}
.AnyTagClassName
{
color: #0377CB;
}
</style>
background-color css
<style>
a { background-color: #0377CB; }
a { background-color: rgb(3,119,203); }
div.DivClassName
{
background-color: #0377CB;
}
.BgClassName
{
background-color: #0377CB;
}
</style>
border-color css
<style>
span { border-color: #0377CB; }
span { border-color: rgb(3,119,203); }
td.TdClassName
{
border-color: #0377CB;
}
.TagClassName
{
border-color: #0377CB;
}
</style>