Shades of Navy Blue #0258FF
Tints of Navy Blue #0258FF
RGB
CMYK
RGB Variations
Color information
#0258FF (or 0x0258FF) is known color: Navy Blue. HEX triplet: 02, 58 and FF. RGB value is (2,88,255). Sum of RGB (Red+Green+Blue) = 2+88+255=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0258FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258FF is #FDA700. Grayscale: #505050. Windows color (decimal): -16623361 or 16734210. OLE color: 16734210.
HSL color Cylindrical-coordinate representation of color #0258FF: hue angle of 219.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258FF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 88 | 255 | - |
| CMYK | 0.99 | 0.65 | 0 | 0 |
| HSL | 219.6º | 1% | 0.5% | - |
| HSV(B) | 219.6º | 0.99% | 1% | - |
| XYZ | 21.56 | 14.21 | 96.21 | - |
| YUV | 81.32 | 226.01 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 255 | 0.99 | 0.65 | 0 | 0 | 219.6 | 1 | 0.5 |
| Hex | 2 | 58 | FF | 63 | 41 | 0 | 0 | DC | 64 | 32 |
| Octal | 2 | 130 | 377 | 143 | 101 | 0 | 0 | 334 | 144 | 62 |
| Binary | 10 | 1011000 | 11111111 | 1100011 | 1000001 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0258FF
Complementary color
Monochromatic Colors of #0258FF
Black with #0258FF
Text Example
Text Example
White with #0258FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258FF; }
p { color: rgb(2,88,255); }
H1.HeaderClassName
{
color: #0258FF;
}
.AnyTagClassName
{
color: #0258FF;
}
</style>
background-color css
<style>
a { background-color: #0258FF; }
a { background-color: rgb(2,88,255); }
div.DivClassName
{
background-color: #0258FF;
}
.BgClassName
{
background-color: #0258FF;
}
</style>
border-color css
<style>
span { border-color: #0258FF; }
span { border-color: rgb(2,88,255); }
td.TdClassName
{
border-color: #0258FF;
}
.TagClassName
{
border-color: #0258FF;
}
</style>