Shades of Navy Blue #0265D0
Tints of Navy Blue #0265D0
RGB
CMYK
RGB Variations
Color information
#0265D0 (or 0x0265D0) is known color: Navy Blue. HEX triplet: 02, 65 and D0. RGB value is (2,101,208). Sum of RGB (Red+Green+Blue) = 2+101+208=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #0265D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265D0 is #FD9A2F. Grayscale: #535353. Windows color (decimal): -16620080 or 13657346. OLE color: 13657346.
HSL color Cylindrical-coordinate representation of color #0265D0: hue angle of 211.17º 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 #0265D0 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 101 | 208 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.18 |
| HSL | 211.17º | 0.98% | 0.41% | - |
| HSV(B) | 211.17º | 0.99% | 0.82% | - |
| XYZ | 16.06 | 13.87 | 61.51 | - |
| YUV | 83.6 | 198.2 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 208 | 0.99 | 0.51 | 0 | 0.18 | 211.17 | 0.98 | 0.41 |
| Hex | 2 | 65 | D0 | 63 | 33 | 0 | 12 | D3 | 62 | 29 |
| Octal | 2 | 145 | 320 | 143 | 63 | 0 | 22 | 323 | 142 | 51 |
| Binary | 10 | 1100101 | 11010000 | 1100011 | 110011 | 0 | 10010 | 11010011 | 1100010 | 101001 |
Color Harmonies of #0265D0
Complementary color
Monochromatic Colors of #0265D0
Black with #0265D0
Text Example
Text Example
White with #0265D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265D0; }
p { color: rgb(2,101,208); }
H1.HeaderClassName
{
color: #0265D0;
}
.AnyTagClassName
{
color: #0265D0;
}
</style>
background-color css
<style>
a { background-color: #0265D0; }
a { background-color: rgb(2,101,208); }
div.DivClassName
{
background-color: #0265D0;
}
.BgClassName
{
background-color: #0265D0;
}
</style>
border-color css
<style>
span { border-color: #0265D0; }
span { border-color: rgb(2,101,208); }
td.TdClassName
{
border-color: #0265D0;
}
.TagClassName
{
border-color: #0265D0;
}
</style>