Shades of Navy Blue #0377DF
Tints of Navy Blue #0377DF
RGB
CMYK
RGB Variations
Color information
#0377DF (or 0x0377DF) is known color: Navy Blue. HEX triplet: 03, 77 and DF. RGB value is (3,119,223). Sum of RGB (Red+Green+Blue) = 3+119+223=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #0377DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377DF is #FC8820. Grayscale: #5F5F5F. Windows color (decimal): -16549921 or 14644995. OLE color: 14644995.
HSL color Cylindrical-coordinate representation of color #0377DF: hue angle of 208.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377DF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 119 | 223 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.13 |
| HSL | 208.36º | 0.97% | 0.44% | - |
| HSV(B) | 208.36º | 0.99% | 0.87% | - |
| XYZ | 19.95 | 18.54 | 72.34 | - |
| YUV | 96.17 | 199.57 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 223 | 0.99 | 0.47 | 0 | 0.13 | 208.36 | 0.97 | 0.44 |
| Hex | 3 | 77 | DF | 63 | 2F | 0 | D | D0 | 61 | 2C |
| Octal | 3 | 167 | 337 | 143 | 57 | 0 | 15 | 320 | 141 | 54 |
| Binary | 11 | 1110111 | 11011111 | 1100011 | 101111 | 0 | 1101 | 11010000 | 1100001 | 101100 |
Color Harmonies of #0377DF
Complementary color
Monochromatic Colors of #0377DF
Black with #0377DF
Text Example
Text Example
White with #0377DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377DF; }
p { color: rgb(3,119,223); }
H1.HeaderClassName
{
color: #0377DF;
}
.AnyTagClassName
{
color: #0377DF;
}
</style>
background-color css
<style>
a { background-color: #0377DF; }
a { background-color: rgb(3,119,223); }
div.DivClassName
{
background-color: #0377DF;
}
.BgClassName
{
background-color: #0377DF;
}
</style>
border-color css
<style>
span { border-color: #0377DF; }
span { border-color: rgb(3,119,223); }
td.TdClassName
{
border-color: #0377DF;
}
.TagClassName
{
border-color: #0377DF;
}
</style>