Shades of Navy Blue #0265EE
Tints of Navy Blue #0265EE
RGB
CMYK
RGB Variations
Color information
#0265EE (or 0x0265EE) is known color: Navy Blue. HEX triplet: 02, 65 and EE. RGB value is (2,101,238). Sum of RGB (Red+Green+Blue) = 2+101+238=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #0265EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0265EE is #FD9A11. Grayscale: #565656. Windows color (decimal): -16620050 or 15623426. OLE color: 15623426.
HSL color Cylindrical-coordinate representation of color #0265EE: hue angle of 214.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265EE is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 101 | 238 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.07 |
| HSL | 214.83º | 0.98% | 0.47% | - |
| HSV(B) | 214.83º | 0.99% | 0.93% | - |
| XYZ | 20.11 | 15.49 | 82.82 | - |
| YUV | 87.02 | 213.2 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 238 | 0.99 | 0.58 | 0 | 0.07 | 214.83 | 0.98 | 0.47 |
| Hex | 2 | 65 | EE | 63 | 3A | 0 | 7 | D7 | 62 | 2F |
| Octal | 2 | 145 | 356 | 143 | 72 | 0 | 7 | 327 | 142 | 57 |
| Binary | 10 | 1100101 | 11101110 | 1100011 | 111010 | 0 | 111 | 11010111 | 1100010 | 101111 |
Color Harmonies of #0265EE
Complementary color
Monochromatic Colors of #0265EE
Black with #0265EE
Text Example
Text Example
White with #0265EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265EE; }
p { color: rgb(2,101,238); }
H1.HeaderClassName
{
color: #0265EE;
}
.AnyTagClassName
{
color: #0265EE;
}
</style>
background-color css
<style>
a { background-color: #0265EE; }
a { background-color: rgb(2,101,238); }
div.DivClassName
{
background-color: #0265EE;
}
.BgClassName
{
background-color: #0265EE;
}
</style>
border-color css
<style>
span { border-color: #0265EE; }
span { border-color: rgb(2,101,238); }
td.TdClassName
{
border-color: #0265EE;
}
.TagClassName
{
border-color: #0265EE;
}
</style>