Shades of Navy Blue #0265FF
Tints of Navy Blue #0265FF
RGB
CMYK
RGB Variations
Color information
#0265FF (or 0x0265FF) is known color: Navy Blue. HEX triplet: 02, 65 and FF. RGB value is (2,101,255). Sum of RGB (Red+Green+Blue) = 2+101+255=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #0265FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0265FF is #FD9A00. Grayscale: #585858. Windows color (decimal): -16620033 or 16737538. OLE color: 16737538.
HSL color Cylindrical-coordinate representation of color #0265FF: hue angle of 216.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265FF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 101 | 255 | - |
| CMYK | 0.99 | 0.60 | 0 | 0 |
| HSL | 216.52º | 1% | 0.5% | - |
| HSV(B) | 216.52º | 0.99% | 1% | - |
| XYZ | 22.73 | 16.54 | 96.6 | - |
| YUV | 88.96 | 221.7 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 255 | 0.99 | 0.60 | 0 | 0 | 216.52 | 1 | 0.5 |
| Hex | 2 | 65 | FF | 63 | 3C | 0 | 0 | D9 | 64 | 32 |
| Octal | 2 | 145 | 377 | 143 | 74 | 0 | 0 | 331 | 144 | 62 |
| Binary | 10 | 1100101 | 11111111 | 1100011 | 111100 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0265FF
Complementary color
Monochromatic Colors of #0265FF
Black with #0265FF
Text Example
Text Example
White with #0265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265FF; }
p { color: rgb(2,101,255); }
H1.HeaderClassName
{
color: #0265FF;
}
.AnyTagClassName
{
color: #0265FF;
}
</style>
background-color css
<style>
a { background-color: #0265FF; }
a { background-color: rgb(2,101,255); }
div.DivClassName
{
background-color: #0265FF;
}
.BgClassName
{
background-color: #0265FF;
}
</style>
border-color css
<style>
span { border-color: #0265FF; }
span { border-color: rgb(2,101,255); }
td.TdClassName
{
border-color: #0265FF;
}
.TagClassName
{
border-color: #0265FF;
}
</style>