Shades of Navy Blue #0258F0
Tints of Navy Blue #0258F0
RGB
CMYK
RGB Variations
Color information
#0258F0 (or 0x0258F0) is known color: Navy Blue. HEX triplet: 02, 58 and F0. RGB value is (2,88,240). Sum of RGB (Red+Green+Blue) = 2+88+240=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 240 (94.14% from 255 or 72.73% from 330); Max value from RGB is 240 - color contains mainly: blue. Hex color #0258F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258F0 is #FDA70F. Grayscale: #4E4E4E. Windows color (decimal): -16623376 or 15751170. OLE color: 15751170.
HSL color Cylindrical-coordinate representation of color #0258F0: hue angle of 218.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258F0 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 88 | 240 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.06 |
| HSL | 218.32º | 0.98% | 0.47% | - |
| HSV(B) | 218.32º | 0.99% | 0.94% | - |
| XYZ | 19.24 | 13.28 | 83.99 | - |
| YUV | 79.61 | 218.51 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 240 | 0.99 | 0.63 | 0 | 0.06 | 218.32 | 0.98 | 0.47 |
| Hex | 2 | 58 | F0 | 63 | 3F | 0 | 6 | DA | 62 | 2F |
| Octal | 2 | 130 | 360 | 143 | 77 | 0 | 6 | 332 | 142 | 57 |
| Binary | 10 | 1011000 | 11110000 | 1100011 | 111111 | 0 | 110 | 11011010 | 1100010 | 101111 |
Color Harmonies of #0258F0
Complementary color
Monochromatic Colors of #0258F0
Black with #0258F0
Text Example
Text Example
White with #0258F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258F0; }
p { color: rgb(2,88,240); }
H1.HeaderClassName
{
color: #0258F0;
}
.AnyTagClassName
{
color: #0258F0;
}
</style>
background-color css
<style>
a { background-color: #0258F0; }
a { background-color: rgb(2,88,240); }
div.DivClassName
{
background-color: #0258F0;
}
.BgClassName
{
background-color: #0258F0;
}
</style>
border-color css
<style>
span { border-color: #0258F0; }
span { border-color: rgb(2,88,240); }
td.TdClassName
{
border-color: #0258F0;
}
.TagClassName
{
border-color: #0258F0;
}
</style>