Shades of Navy Blue #0565D2
Tints of Navy Blue #0565D2
RGB
CMYK
RGB Variations
Color information
#0565D2 (or 0x0565D2) is known color: Navy Blue. HEX triplet: 05, 65 and D2. RGB value is (5,101,210). Sum of RGB (Red+Green+Blue) = 5+101+210=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #0565D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565D2 is #FA9A2D. Grayscale: #545454. Windows color (decimal): -16423470 or 13788421. OLE color: 13788421.
HSL color Cylindrical-coordinate representation of color #0565D2: hue angle of 211.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0565D2 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 101 | 210 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.18 |
| HSL | 211.9º | 0.95% | 0.42% | - |
| HSV(B) | 211.9º | 0.98% | 0.82% | - |
| XYZ | 16.35 | 13.99 | 62.81 | - |
| YUV | 84.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 210 | 0.98 | 0.52 | 0 | 0.18 | 211.9 | 0.95 | 0.42 |
| Hex | 5 | 65 | D2 | 62 | 34 | 0 | 12 | D4 | 5F | 2A |
| Octal | 5 | 145 | 322 | 142 | 64 | 0 | 22 | 324 | 137 | 52 |
| Binary | 101 | 1100101 | 11010010 | 1100010 | 110100 | 0 | 10010 | 11010100 | 1011111 | 101010 |
Color Harmonies of #0565D2
Complementary color
Monochromatic Colors of #0565D2
Black with #0565D2
Text Example
Text Example
White with #0565D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565D2; }
p { color: rgb(5,101,210); }
H1.HeaderClassName
{
color: #0565D2;
}
.AnyTagClassName
{
color: #0565D2;
}
</style>
background-color css
<style>
a { background-color: #0565D2; }
a { background-color: rgb(5,101,210); }
div.DivClassName
{
background-color: #0565D2;
}
.BgClassName
{
background-color: #0565D2;
}
</style>
border-color css
<style>
span { border-color: #0565D2; }
span { border-color: rgb(5,101,210); }
td.TdClassName
{
border-color: #0565D2;
}
.TagClassName
{
border-color: #0565D2;
}
</style>