Shades of Navy Blue #0565BD
Tints of Navy Blue #0565BD
RGB
CMYK
RGB Variations
Color information
#0565BD (or 0x0565BD) is known color: Navy Blue. HEX triplet: 05, 65 and BD. RGB value is (5,101,189). Sum of RGB (Red+Green+Blue) = 5+101+189=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #0565BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565BD is #FA9A42. Grayscale: #515151. Windows color (decimal): -16423491 or 12412165. OLE color: 12412165.
HSL color Cylindrical-coordinate representation of color #0565BD: hue angle of 208.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565BD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 101 | 189 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.26 |
| HSL | 208.7º | 0.95% | 0.38% | - |
| HSV(B) | 208.7º | 0.97% | 0.74% | - |
| XYZ | 13.9 | 13.01 | 49.92 | - |
| YUV | 82.33 | 188.2 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 189 | 0.97 | 0.47 | 0 | 0.26 | 208.7 | 0.95 | 0.38 |
| Hex | 5 | 65 | BD | 61 | 2F | 0 | 1A | D1 | 5F | 26 |
| Octal | 5 | 145 | 275 | 141 | 57 | 0 | 32 | 321 | 137 | 46 |
| Binary | 101 | 1100101 | 10111101 | 1100001 | 101111 | 0 | 11010 | 11010001 | 1011111 | 100110 |
Color Harmonies of #0565BD
Complementary color
Monochromatic Colors of #0565BD
Black with #0565BD
Text Example
Text Example
White with #0565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565BD; }
p { color: rgb(5,101,189); }
H1.HeaderClassName
{
color: #0565BD;
}
.AnyTagClassName
{
color: #0565BD;
}
</style>
background-color css
<style>
a { background-color: #0565BD; }
a { background-color: rgb(5,101,189); }
div.DivClassName
{
background-color: #0565BD;
}
.BgClassName
{
background-color: #0565BD;
}
</style>
border-color css
<style>
span { border-color: #0565BD; }
span { border-color: rgb(5,101,189); }
td.TdClassName
{
border-color: #0565BD;
}
.TagClassName
{
border-color: #0565BD;
}
</style>