Shades of Navy Blue #0565C5
Tints of Navy Blue #0565C5
RGB
CMYK
RGB Variations
Color information
#0565C5 (or 0x0565C5) is known color: Navy Blue. HEX triplet: 05, 65 and C5. RGB value is (5,101,197). Sum of RGB (Red+Green+Blue) = 5+101+197=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 197 (77.34% from 255 or 65.02% from 303); Max value from RGB is 197 - color contains mainly: blue. Hex color #0565C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565C5 is #FA9A3A. Grayscale: #525252. Windows color (decimal): -16423483 or 12936453. OLE color: 12936453.
HSL color Cylindrical-coordinate representation of color #0565C5: hue angle of 210º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565C5 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 101 | 197 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.23 |
| HSL | 210º | 0.95% | 0.4% | - |
| HSV(B) | 210º | 0.97% | 0.77% | - |
| XYZ | 14.79 | 13.37 | 54.62 | - |
| YUV | 83.24 | 192.2 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 197 | 0.97 | 0.49 | 0 | 0.23 | 210 | 0.95 | 0.4 |
| Hex | 5 | 65 | C5 | 61 | 31 | 0 | 17 | D2 | 5F | 28 |
| Octal | 5 | 145 | 305 | 141 | 61 | 0 | 27 | 322 | 137 | 50 |
| Binary | 101 | 1100101 | 11000101 | 1100001 | 110001 | 0 | 10111 | 11010010 | 1011111 | 101000 |
Color Harmonies of #0565C5
Complementary color
Monochromatic Colors of #0565C5
Black with #0565C5
Text Example
Text Example
White with #0565C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565C5; }
p { color: rgb(5,101,197); }
H1.HeaderClassName
{
color: #0565C5;
}
.AnyTagClassName
{
color: #0565C5;
}
</style>
background-color css
<style>
a { background-color: #0565C5; }
a { background-color: rgb(5,101,197); }
div.DivClassName
{
background-color: #0565C5;
}
.BgClassName
{
background-color: #0565C5;
}
</style>
border-color css
<style>
span { border-color: #0565C5; }
span { border-color: rgb(5,101,197); }
td.TdClassName
{
border-color: #0565C5;
}
.TagClassName
{
border-color: #0565C5;
}
</style>