Shades of Navy Blue #0258D6
Tints of Navy Blue #0258D6
RGB
CMYK
RGB Variations
Color information
#0258D6 (or 0x0258D6) is known color: Navy Blue. HEX triplet: 02, 58 and D6. RGB value is (2,88,214). Sum of RGB (Red+Green+Blue) = 2+88+214=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 214 (83.98% from 255 or 70.39% from 304); Max value from RGB is 214 - color contains mainly: blue. Hex color #0258D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258D6 is #FDA729. Grayscale: #4C4C4C. Windows color (decimal): -16623402 or 14047234. OLE color: 14047234.
HSL color Cylindrical-coordinate representation of color #0258D6: hue angle of 215.66º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258D6 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 88 | 214 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.16 |
| HSL | 215.66º | 0.98% | 0.42% | - |
| HSV(B) | 215.66º | 0.99% | 0.84% | - |
| XYZ | 15.65 | 11.85 | 65.08 | - |
| YUV | 76.65 | 205.51 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 214 | 0.99 | 0.59 | 0 | 0.16 | 215.66 | 0.98 | 0.42 |
| Hex | 2 | 58 | D6 | 63 | 3B | 0 | 10 | D8 | 62 | 2A |
| Octal | 2 | 130 | 326 | 143 | 73 | 0 | 20 | 330 | 142 | 52 |
| Binary | 10 | 1011000 | 11010110 | 1100011 | 111011 | 0 | 10000 | 11011000 | 1100010 | 101010 |
Color Harmonies of #0258D6
Complementary color
Monochromatic Colors of #0258D6
Black with #0258D6
Text Example
Text Example
White with #0258D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258D6; }
p { color: rgb(2,88,214); }
H1.HeaderClassName
{
color: #0258D6;
}
.AnyTagClassName
{
color: #0258D6;
}
</style>
background-color css
<style>
a { background-color: #0258D6; }
a { background-color: rgb(2,88,214); }
div.DivClassName
{
background-color: #0258D6;
}
.BgClassName
{
background-color: #0258D6;
}
</style>
border-color css
<style>
span { border-color: #0258D6; }
span { border-color: rgb(2,88,214); }
td.TdClassName
{
border-color: #0258D6;
}
.TagClassName
{
border-color: #0258D6;
}
</style>