Shades of Navy Blue #0259D0
Tints of Navy Blue #0259D0
RGB
CMYK
RGB Variations
Color information
#0259D0 (or 0x0259D0) is known color: Navy Blue. HEX triplet: 02, 59 and D0. RGB value is (2,89,208). Sum of RGB (Red+Green+Blue) = 2+89+208=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #0259D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259D0 is #FDA62F. Grayscale: #4B4B4B. Windows color (decimal): -16623152 or 13654274. OLE color: 13654274.
HSL color Cylindrical-coordinate representation of color #0259D0: hue angle of 214.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259D0 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 89 | 208 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.18 |
| HSL | 214.66º | 0.98% | 0.41% | - |
| HSV(B) | 214.66º | 0.99% | 0.82% | - |
| XYZ | 14.98 | 11.71 | 61.15 | - |
| YUV | 76.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 208 | 0.99 | 0.57 | 0 | 0.18 | 214.66 | 0.98 | 0.41 |
| Hex | 2 | 59 | D0 | 63 | 39 | 0 | 12 | D7 | 62 | 29 |
| Octal | 2 | 131 | 320 | 143 | 71 | 0 | 22 | 327 | 142 | 51 |
| Binary | 10 | 1011001 | 11010000 | 1100011 | 111001 | 0 | 10010 | 11010111 | 1100010 | 101001 |
Color Harmonies of #0259D0
Complementary color
Monochromatic Colors of #0259D0
Black with #0259D0
Text Example
Text Example
White with #0259D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259D0; }
p { color: rgb(2,89,208); }
H1.HeaderClassName
{
color: #0259D0;
}
.AnyTagClassName
{
color: #0259D0;
}
</style>
background-color css
<style>
a { background-color: #0259D0; }
a { background-color: rgb(2,89,208); }
div.DivClassName
{
background-color: #0259D0;
}
.BgClassName
{
background-color: #0259D0;
}
</style>
border-color css
<style>
span { border-color: #0259D0; }
span { border-color: rgb(2,89,208); }
td.TdClassName
{
border-color: #0259D0;
}
.TagClassName
{
border-color: #0259D0;
}
</style>