Shades of Navy Blue #0465BA
Tints of Navy Blue #0465BA
RGB
CMYK
RGB Variations
Color information
#0465BA (or 0x0465BA) is known color: Navy Blue. HEX triplet: 04, 65 and BA. RGB value is (4,101,186). Sum of RGB (Red+Green+Blue) = 4+101+186=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0465BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465BA is #FB9A45. Grayscale: #515151. Windows color (decimal): -16489030 or 12215556. OLE color: 12215556.
HSL color Cylindrical-coordinate representation of color #0465BA: hue angle of 208.02º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465BA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 101 | 186 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.27 |
| HSL | 208.02º | 0.96% | 0.37% | - |
| HSV(B) | 208.02º | 0.98% | 0.73% | - |
| XYZ | 13.57 | 12.88 | 48.23 | - |
| YUV | 81.69 | 186.86 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 186 | 0.98 | 0.46 | 0 | 0.27 | 208.02 | 0.96 | 0.37 |
| Hex | 4 | 65 | BA | 62 | 2E | 0 | 1B | D0 | 60 | 25 |
| Octal | 4 | 145 | 272 | 142 | 56 | 0 | 33 | 320 | 140 | 45 |
| Binary | 100 | 1100101 | 10111010 | 1100010 | 101110 | 0 | 11011 | 11010000 | 1100000 | 100101 |
Color Harmonies of #0465BA
Complementary color
Monochromatic Colors of #0465BA
Black with #0465BA
Text Example
Text Example
White with #0465BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465BA; }
p { color: rgb(4,101,186); }
H1.HeaderClassName
{
color: #0465BA;
}
.AnyTagClassName
{
color: #0465BA;
}
</style>
background-color css
<style>
a { background-color: #0465BA; }
a { background-color: rgb(4,101,186); }
div.DivClassName
{
background-color: #0465BA;
}
.BgClassName
{
background-color: #0465BA;
}
</style>
border-color css
<style>
span { border-color: #0465BA; }
span { border-color: rgb(4,101,186); }
td.TdClassName
{
border-color: #0465BA;
}
.TagClassName
{
border-color: #0465BA;
}
</style>