Shades of Navy Blue #0465BC
Tints of Navy Blue #0465BC
RGB
CMYK
RGB Variations
Color information
#0465BC (or 0x0465BC) is known color: Navy Blue. HEX triplet: 04, 65 and BC. RGB value is (4,101,188). Sum of RGB (Red+Green+Blue) = 4+101+188=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0465BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465BC is #FB9A43. Grayscale: #515151. Windows color (decimal): -16489028 or 12346628. OLE color: 12346628.
HSL color Cylindrical-coordinate representation of color #0465BC: hue angle of 208.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465BC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 101 | 188 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.26 |
| HSL | 208.37º | 0.96% | 0.38% | - |
| HSV(B) | 208.37º | 0.98% | 0.74% | - |
| XYZ | 13.78 | 12.96 | 49.35 | - |
| YUV | 81.92 | 187.86 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 188 | 0.98 | 0.46 | 0 | 0.26 | 208.37 | 0.96 | 0.38 |
| Hex | 4 | 65 | BC | 62 | 2E | 0 | 1A | D0 | 60 | 26 |
| Octal | 4 | 145 | 274 | 142 | 56 | 0 | 32 | 320 | 140 | 46 |
| Binary | 100 | 1100101 | 10111100 | 1100010 | 101110 | 0 | 11010 | 11010000 | 1100000 | 100110 |
Color Harmonies of #0465BC
Complementary color
Monochromatic Colors of #0465BC
Black with #0465BC
Text Example
Text Example
White with #0465BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465BC; }
p { color: rgb(4,101,188); }
H1.HeaderClassName
{
color: #0465BC;
}
.AnyTagClassName
{
color: #0465BC;
}
</style>
background-color css
<style>
a { background-color: #0465BC; }
a { background-color: rgb(4,101,188); }
div.DivClassName
{
background-color: #0465BC;
}
.BgClassName
{
background-color: #0465BC;
}
</style>
border-color css
<style>
span { border-color: #0465BC; }
span { border-color: rgb(4,101,188); }
td.TdClassName
{
border-color: #0465BC;
}
.TagClassName
{
border-color: #0465BC;
}
</style>