Shades of Navy Blue #0259ED
Tints of Navy Blue #0259ED
RGB
CMYK
RGB Variations
Color information
#0259ED (or 0x0259ED) is known color: Navy Blue. HEX triplet: 02, 59 and ED. RGB value is (2,89,237). Sum of RGB (Red+Green+Blue) = 2+89+237=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #0259ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259ED is #FDA612. Grayscale: #4F4F4F. Windows color (decimal): -16623123 or 15554818. OLE color: 15554818.
HSL color Cylindrical-coordinate representation of color #0259ED: hue angle of 217.79º 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 #0259ED is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 89 | 237 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.07 |
| HSL | 217.79º | 0.98% | 0.47% | - |
| HSV(B) | 217.79º | 0.99% | 0.93% | - |
| XYZ | 18.88 | 13.27 | 81.69 | - |
| YUV | 79.86 | 216.68 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 237 | 0.99 | 0.62 | 0 | 0.07 | 217.79 | 0.98 | 0.47 |
| Hex | 2 | 59 | ED | 63 | 3E | 0 | 7 | DA | 62 | 2F |
| Octal | 2 | 131 | 355 | 143 | 76 | 0 | 7 | 332 | 142 | 57 |
| Binary | 10 | 1011001 | 11101101 | 1100011 | 111110 | 0 | 111 | 11011010 | 1100010 | 101111 |
Color Harmonies of #0259ED
Complementary color
Monochromatic Colors of #0259ED
Black with #0259ED
Text Example
Text Example
White with #0259ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259ED; }
p { color: rgb(2,89,237); }
H1.HeaderClassName
{
color: #0259ED;
}
.AnyTagClassName
{
color: #0259ED;
}
</style>
background-color css
<style>
a { background-color: #0259ED; }
a { background-color: rgb(2,89,237); }
div.DivClassName
{
background-color: #0259ED;
}
.BgClassName
{
background-color: #0259ED;
}
</style>
border-color css
<style>
span { border-color: #0259ED; }
span { border-color: rgb(2,89,237); }
td.TdClassName
{
border-color: #0259ED;
}
.TagClassName
{
border-color: #0259ED;
}
</style>