Shades of Navy Blue #0465BB
Tints of Navy Blue #0465BB
RGB
CMYK
RGB Variations
Color information
#0465BB (or 0x0465BB) is known color: Navy Blue. HEX triplet: 04, 65 and BB. RGB value is (4,101,187). Sum of RGB (Red+Green+Blue) = 4+101+187=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #0465BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465BB is #FB9A44. Grayscale: #515151. Windows color (decimal): -16489029 or 12281092. OLE color: 12281092.
HSL color Cylindrical-coordinate representation of color #0465BB: hue angle of 208.2º 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 #0465BB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 101 | 187 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.27 |
| HSL | 208.2º | 0.96% | 0.37% | - |
| HSV(B) | 208.2º | 0.98% | 0.73% | - |
| XYZ | 13.67 | 12.92 | 48.79 | - |
| YUV | 81.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 187 | 0.98 | 0.46 | 0 | 0.27 | 208.2 | 0.96 | 0.37 |
| Hex | 4 | 65 | BB | 62 | 2E | 0 | 1B | D0 | 60 | 25 |
| Octal | 4 | 145 | 273 | 142 | 56 | 0 | 33 | 320 | 140 | 45 |
| Binary | 100 | 1100101 | 10111011 | 1100010 | 101110 | 0 | 11011 | 11010000 | 1100000 | 100101 |
Color Harmonies of #0465BB
Complementary color
Monochromatic Colors of #0465BB
Black with #0465BB
Text Example
Text Example
White with #0465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465BB; }
p { color: rgb(4,101,187); }
H1.HeaderClassName
{
color: #0465BB;
}
.AnyTagClassName
{
color: #0465BB;
}
</style>
background-color css
<style>
a { background-color: #0465BB; }
a { background-color: rgb(4,101,187); }
div.DivClassName
{
background-color: #0465BB;
}
.BgClassName
{
background-color: #0465BB;
}
</style>
border-color css
<style>
span { border-color: #0465BB; }
span { border-color: rgb(4,101,187); }
td.TdClassName
{
border-color: #0465BB;
}
.TagClassName
{
border-color: #0465BB;
}
</style>