Shades of Navy Blue #0259EB
Tints of Navy Blue #0259EB
RGB
CMYK
RGB Variations
Color information
#0259EB (or 0x0259EB) is known color: Navy Blue. HEX triplet: 02, 59 and EB. RGB value is (2,89,235). Sum of RGB (Red+Green+Blue) = 2+89+235=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #0259EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259EB is #FDA614. Grayscale: #4E4E4E. Windows color (decimal): -16623125 or 15423746. OLE color: 15423746.
HSL color Cylindrical-coordinate representation of color #0259EB: hue angle of 217.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259EB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 89 | 235 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.08 |
| HSL | 217.6º | 0.98% | 0.46% | - |
| HSV(B) | 217.6º | 0.99% | 0.92% | - |
| XYZ | 18.59 | 13.16 | 80.16 | - |
| YUV | 79.63 | 215.68 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 235 | 0.99 | 0.62 | 0 | 0.08 | 217.6 | 0.98 | 0.46 |
| Hex | 2 | 59 | EB | 63 | 3E | 0 | 8 | DA | 62 | 2E |
| Octal | 2 | 131 | 353 | 143 | 76 | 0 | 10 | 332 | 142 | 56 |
| Binary | 10 | 1011001 | 11101011 | 1100011 | 111110 | 0 | 1000 | 11011010 | 1100010 | 101110 |
Color Harmonies of #0259EB
Complementary color
Monochromatic Colors of #0259EB
Black with #0259EB
Text Example
Text Example
White with #0259EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259EB; }
p { color: rgb(2,89,235); }
H1.HeaderClassName
{
color: #0259EB;
}
.AnyTagClassName
{
color: #0259EB;
}
</style>
background-color css
<style>
a { background-color: #0259EB; }
a { background-color: rgb(2,89,235); }
div.DivClassName
{
background-color: #0259EB;
}
.BgClassName
{
background-color: #0259EB;
}
</style>
border-color css
<style>
span { border-color: #0259EB; }
span { border-color: rgb(2,89,235); }
td.TdClassName
{
border-color: #0259EB;
}
.TagClassName
{
border-color: #0259EB;
}
</style>