Shades of Navy Blue #0565BE
Tints of Navy Blue #0565BE
RGB
CMYK
RGB Variations
Color information
#0565BE (or 0x0565BE) is known color: Navy Blue. HEX triplet: 05, 65 and BE. RGB value is (5,101,190). Sum of RGB (Red+Green+Blue) = 5+101+190=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #0565BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565BE is #FA9A41. Grayscale: #515151. Windows color (decimal): -16423490 or 12477701. OLE color: 12477701.
HSL color Cylindrical-coordinate representation of color #0565BE: hue angle of 208.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565BE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 101 | 190 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.25 |
| HSL | 208.86º | 0.95% | 0.38% | - |
| HSV(B) | 208.86º | 0.97% | 0.75% | - |
| XYZ | 14.01 | 13.06 | 50.5 | - |
| YUV | 82.44 | 188.7 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 190 | 0.97 | 0.47 | 0 | 0.25 | 208.86 | 0.95 | 0.38 |
| Hex | 5 | 65 | BE | 61 | 2F | 0 | 19 | D1 | 5F | 26 |
| Octal | 5 | 145 | 276 | 141 | 57 | 0 | 31 | 321 | 137 | 46 |
| Binary | 101 | 1100101 | 10111110 | 1100001 | 101111 | 0 | 11001 | 11010001 | 1011111 | 100110 |
Color Harmonies of #0565BE
Complementary color
Monochromatic Colors of #0565BE
Black with #0565BE
Text Example
Text Example
White with #0565BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565BE; }
p { color: rgb(5,101,190); }
H1.HeaderClassName
{
color: #0565BE;
}
.AnyTagClassName
{
color: #0565BE;
}
</style>
background-color css
<style>
a { background-color: #0565BE; }
a { background-color: rgb(5,101,190); }
div.DivClassName
{
background-color: #0565BE;
}
.BgClassName
{
background-color: #0565BE;
}
</style>
border-color css
<style>
span { border-color: #0565BE; }
span { border-color: rgb(5,101,190); }
td.TdClassName
{
border-color: #0565BE;
}
.TagClassName
{
border-color: #0565BE;
}
</style>