Shades of Navy Blue #0565CE
Tints of Navy Blue #0565CE
RGB
CMYK
RGB Variations
Color information
#0565CE (or 0x0565CE) is known color: Navy Blue. HEX triplet: 05, 65 and CE. RGB value is (5,101,206). Sum of RGB (Red+Green+Blue) = 5+101+206=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #0565CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565CE is #FA9A31. Grayscale: #535353. Windows color (decimal): -16423474 or 13526277. OLE color: 13526277.
HSL color Cylindrical-coordinate representation of color #0565CE: hue angle of 211.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565CE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 101 | 206 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.19 |
| HSL | 211.34º | 0.95% | 0.41% | - |
| HSV(B) | 211.34º | 0.98% | 0.81% | - |
| XYZ | 15.86 | 13.8 | 60.22 | - |
| YUV | 84.27 | 196.7 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 206 | 0.98 | 0.51 | 0 | 0.19 | 211.34 | 0.95 | 0.41 |
| Hex | 5 | 65 | CE | 62 | 33 | 0 | 13 | D3 | 5F | 29 |
| Octal | 5 | 145 | 316 | 142 | 63 | 0 | 23 | 323 | 137 | 51 |
| Binary | 101 | 1100101 | 11001110 | 1100010 | 110011 | 0 | 10011 | 11010011 | 1011111 | 101001 |
Color Harmonies of #0565CE
Complementary color
Monochromatic Colors of #0565CE
Black with #0565CE
Text Example
Text Example
White with #0565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565CE; }
p { color: rgb(5,101,206); }
H1.HeaderClassName
{
color: #0565CE;
}
.AnyTagClassName
{
color: #0565CE;
}
</style>
background-color css
<style>
a { background-color: #0565CE; }
a { background-color: rgb(5,101,206); }
div.DivClassName
{
background-color: #0565CE;
}
.BgClassName
{
background-color: #0565CE;
}
</style>
border-color css
<style>
span { border-color: #0565CE; }
span { border-color: rgb(5,101,206); }
td.TdClassName
{
border-color: #0565CE;
}
.TagClassName
{
border-color: #0565CE;
}
</style>