Shades of Navy Blue #0260ED
Tints of Navy Blue #0260ED
RGB
CMYK
RGB Variations
Color information
#0260ED (or 0x0260ED) is known color: Navy Blue. HEX triplet: 02, 60 and ED. RGB value is (2,96,237). Sum of RGB (Red+Green+Blue) = 2+96+237=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #0260ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260ED is #FD9F12. Grayscale: #535353. Windows color (decimal): -16621331 or 15556610. OLE color: 15556610.
HSL color Cylindrical-coordinate representation of color #0260ED: hue angle of 216º 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 #0260ED is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 96 | 237 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.07 |
| HSL | 216º | 0.98% | 0.47% | - |
| HSV(B) | 216º | 0.99% | 0.93% | - |
| XYZ | 19.49 | 14.49 | 81.89 | - |
| YUV | 83.97 | 214.36 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 237 | 0.99 | 0.59 | 0 | 0.07 | 216 | 0.98 | 0.47 |
| Hex | 2 | 60 | ED | 63 | 3B | 0 | 7 | D8 | 62 | 2F |
| Octal | 2 | 140 | 355 | 143 | 73 | 0 | 7 | 330 | 142 | 57 |
| Binary | 10 | 1100000 | 11101101 | 1100011 | 111011 | 0 | 111 | 11011000 | 1100010 | 101111 |
Color Harmonies of #0260ED
Complementary color
Monochromatic Colors of #0260ED
Black with #0260ED
Text Example
Text Example
White with #0260ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260ED; }
p { color: rgb(2,96,237); }
H1.HeaderClassName
{
color: #0260ED;
}
.AnyTagClassName
{
color: #0260ED;
}
</style>
background-color css
<style>
a { background-color: #0260ED; }
a { background-color: rgb(2,96,237); }
div.DivClassName
{
background-color: #0260ED;
}
.BgClassName
{
background-color: #0260ED;
}
</style>
border-color css
<style>
span { border-color: #0260ED; }
span { border-color: rgb(2,96,237); }
td.TdClassName
{
border-color: #0260ED;
}
.TagClassName
{
border-color: #0260ED;
}
</style>