Shades of Navy Blue #0260EE
Tints of Navy Blue #0260EE
RGB
CMYK
RGB Variations
Color information
#0260EE (or 0x0260EE) is known color: Navy Blue. HEX triplet: 02, 60 and EE. RGB value is (2,96,238). Sum of RGB (Red+Green+Blue) = 2+96+238=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #0260EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260EE is #FD9F11. Grayscale: #535353. Windows color (decimal): -16621330 or 15622146. OLE color: 15622146.
HSL color Cylindrical-coordinate representation of color #0260EE: hue angle of 216.1º 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 #0260EE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 96 | 238 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.07 |
| HSL | 216.1º | 0.98% | 0.47% | - |
| HSV(B) | 216.1º | 0.99% | 0.93% | - |
| XYZ | 19.64 | 14.55 | 82.66 | - |
| YUV | 84.08 | 214.86 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 238 | 0.99 | 0.60 | 0 | 0.07 | 216.1 | 0.98 | 0.47 |
| Hex | 2 | 60 | EE | 63 | 3C | 0 | 7 | D8 | 62 | 2F |
| Octal | 2 | 140 | 356 | 143 | 74 | 0 | 7 | 330 | 142 | 57 |
| Binary | 10 | 1100000 | 11101110 | 1100011 | 111100 | 0 | 111 | 11011000 | 1100010 | 101111 |
Color Harmonies of #0260EE
Complementary color
Monochromatic Colors of #0260EE
Black with #0260EE
Text Example
Text Example
White with #0260EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260EE; }
p { color: rgb(2,96,238); }
H1.HeaderClassName
{
color: #0260EE;
}
.AnyTagClassName
{
color: #0260EE;
}
</style>
background-color css
<style>
a { background-color: #0260EE; }
a { background-color: rgb(2,96,238); }
div.DivClassName
{
background-color: #0260EE;
}
.BgClassName
{
background-color: #0260EE;
}
</style>
border-color css
<style>
span { border-color: #0260EE; }
span { border-color: rgb(2,96,238); }
td.TdClassName
{
border-color: #0260EE;
}
.TagClassName
{
border-color: #0260EE;
}
</style>