Shades of Navy Blue #0265D1
Tints of Navy Blue #0265D1
RGB
CMYK
RGB Variations
Color information
#0265D1 (or 0x0265D1) is known color: Navy Blue. HEX triplet: 02, 65 and D1. RGB value is (2,101,209). Sum of RGB (Red+Green+Blue) = 2+101+209=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #0265D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265D1 is #FD9A2E. Grayscale: #535353. Windows color (decimal): -16620079 or 13722882. OLE color: 13722882.
HSL color Cylindrical-coordinate representation of color #0265D1: hue angle of 211.3º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265D1 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 101 | 209 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.18 |
| HSL | 211.3º | 0.98% | 0.41% | - |
| HSV(B) | 211.3º | 0.99% | 0.82% | - |
| XYZ | 16.19 | 13.92 | 62.16 | - |
| YUV | 83.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 209 | 0.99 | 0.52 | 0 | 0.18 | 211.3 | 0.98 | 0.41 |
| Hex | 2 | 65 | D1 | 63 | 34 | 0 | 12 | D3 | 62 | 29 |
| Octal | 2 | 145 | 321 | 143 | 64 | 0 | 22 | 323 | 142 | 51 |
| Binary | 10 | 1100101 | 11010001 | 1100011 | 110100 | 0 | 10010 | 11010011 | 1100010 | 101001 |
Color Harmonies of #0265D1
Complementary color
Monochromatic Colors of #0265D1
Black with #0265D1
Text Example
Text Example
White with #0265D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265D1; }
p { color: rgb(2,101,209); }
H1.HeaderClassName
{
color: #0265D1;
}
.AnyTagClassName
{
color: #0265D1;
}
</style>
background-color css
<style>
a { background-color: #0265D1; }
a { background-color: rgb(2,101,209); }
div.DivClassName
{
background-color: #0265D1;
}
.BgClassName
{
background-color: #0265D1;
}
</style>
border-color css
<style>
span { border-color: #0265D1; }
span { border-color: rgb(2,101,209); }
td.TdClassName
{
border-color: #0265D1;
}
.TagClassName
{
border-color: #0265D1;
}
</style>