Shades of Navy Blue #0259CC
Tints of Navy Blue #0259CC
RGB
CMYK
RGB Variations
Color information
#0259CC (or 0x0259CC) is known color: Navy Blue. HEX triplet: 02, 59 and CC. RGB value is (2,89,204). Sum of RGB (Red+Green+Blue) = 2+89+204=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #0259CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259CC is #FDA633. Grayscale: #4B4B4B. Windows color (decimal): -16623156 or 13392130. OLE color: 13392130.
HSL color Cylindrical-coordinate representation of color #0259CC: hue angle of 214.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259CC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 89 | 204 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.2 |
| HSL | 214.16º | 0.98% | 0.4% | - |
| HSV(B) | 214.16º | 0.99% | 0.8% | - |
| XYZ | 14.5 | 11.52 | 58.59 | - |
| YUV | 76.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 204 | 0.99 | 0.56 | 0 | 0.2 | 214.16 | 0.98 | 0.4 |
| Hex | 2 | 59 | CC | 63 | 38 | 0 | 14 | D6 | 62 | 28 |
| Octal | 2 | 131 | 314 | 143 | 70 | 0 | 24 | 326 | 142 | 50 |
| Binary | 10 | 1011001 | 11001100 | 1100011 | 111000 | 0 | 10100 | 11010110 | 1100010 | 101000 |
Color Harmonies of #0259CC
Complementary color
Monochromatic Colors of #0259CC
Black with #0259CC
Text Example
Text Example
White with #0259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0259CC; }
p { color: rgb(2,89,204); }
H1.HeaderClassName
{
color: #0259CC;
}
.AnyTagClassName
{
color: #0259CC;
}
</style>
background-color css
<style>
a { background-color: #0259CC; }
a { background-color: rgb(2,89,204); }
div.DivClassName
{
background-color: #0259CC;
}
.BgClassName
{
background-color: #0259CC;
}
</style>
border-color css
<style>
span { border-color: #0259CC; }
span { border-color: rgb(2,89,204); }
td.TdClassName
{
border-color: #0259CC;
}
.TagClassName
{
border-color: #0259CC;
}
</style>