Shades of Navy Blue #0265EF
Tints of Navy Blue #0265EF
RGB
CMYK
RGB Variations
Color information
#0265EF (or 0x0265EF) is known color: Navy Blue. HEX triplet: 02, 65 and EF. RGB value is (2,101,239). Sum of RGB (Red+Green+Blue) = 2+101+239=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #0265EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0265EF is #FD9A10. Grayscale: #565656. Windows color (decimal): -16620049 or 15688962. OLE color: 15688962.
HSL color Cylindrical-coordinate representation of color #0265EF: hue angle of 214.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265EF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 101 | 239 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.06 |
| HSL | 214.94º | 0.98% | 0.47% | - |
| HSV(B) | 214.94º | 0.99% | 0.94% | - |
| XYZ | 20.26 | 15.55 | 83.6 | - |
| YUV | 87.13 | 213.7 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 239 | 0.99 | 0.58 | 0 | 0.06 | 214.94 | 0.98 | 0.47 |
| Hex | 2 | 65 | EF | 63 | 3A | 0 | 6 | D7 | 62 | 2F |
| Octal | 2 | 145 | 357 | 143 | 72 | 0 | 6 | 327 | 142 | 57 |
| Binary | 10 | 1100101 | 11101111 | 1100011 | 111010 | 0 | 110 | 11010111 | 1100010 | 101111 |
Color Harmonies of #0265EF
Complementary color
Monochromatic Colors of #0265EF
Black with #0265EF
Text Example
Text Example
White with #0265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265EF; }
p { color: rgb(2,101,239); }
H1.HeaderClassName
{
color: #0265EF;
}
.AnyTagClassName
{
color: #0265EF;
}
</style>
background-color css
<style>
a { background-color: #0265EF; }
a { background-color: rgb(2,101,239); }
div.DivClassName
{
background-color: #0265EF;
}
.BgClassName
{
background-color: #0265EF;
}
</style>
border-color css
<style>
span { border-color: #0265EF; }
span { border-color: rgb(2,101,239); }
td.TdClassName
{
border-color: #0265EF;
}
.TagClassName
{
border-color: #0265EF;
}
</style>