Shades of Navy Blue #0464D1
Tints of Navy Blue #0464D1
RGB
CMYK
RGB Variations
Color information
#0464D1 (or 0x0464D1) is known color: Navy Blue. HEX triplet: 04, 64 and D1. RGB value is (4,100,209). Sum of RGB (Red+Green+Blue) = 4+100+209=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #0464D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464D1 is #FB9B2E. Grayscale: #535353. Windows color (decimal): -16489263 or 13722628. OLE color: 13722628.
HSL color Cylindrical-coordinate representation of color #0464D1: hue angle of 211.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464D1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 100 | 209 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.18 |
| HSL | 211.9º | 0.96% | 0.42% | - |
| HSV(B) | 211.9º | 0.98% | 0.82% | - |
| XYZ | 16.12 | 13.74 | 62.12 | - |
| YUV | 83.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 209 | 0.98 | 0.52 | 0 | 0.18 | 211.9 | 0.96 | 0.42 |
| Hex | 4 | 64 | D1 | 62 | 34 | 0 | 12 | D4 | 60 | 2A |
| Octal | 4 | 144 | 321 | 142 | 64 | 0 | 22 | 324 | 140 | 52 |
| Binary | 100 | 1100100 | 11010001 | 1100010 | 110100 | 0 | 10010 | 11010100 | 1100000 | 101010 |
Color Harmonies of #0464D1
Complementary color
Monochromatic Colors of #0464D1
Black with #0464D1
Text Example
Text Example
White with #0464D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0464D1; }
p { color: rgb(4,100,209); }
H1.HeaderClassName
{
color: #0464D1;
}
.AnyTagClassName
{
color: #0464D1;
}
</style>
background-color css
<style>
a { background-color: #0464D1; }
a { background-color: rgb(4,100,209); }
div.DivClassName
{
background-color: #0464D1;
}
.BgClassName
{
background-color: #0464D1;
}
</style>
border-color css
<style>
span { border-color: #0464D1; }
span { border-color: rgb(4,100,209); }
td.TdClassName
{
border-color: #0464D1;
}
.TagClassName
{
border-color: #0464D1;
}
</style>