Shades of Navy Blue #0258BF
Tints of Navy Blue #0258BF
RGB
CMYK
RGB Variations
Color information
#0258BF (or 0x0258BF) is known color: Navy Blue. HEX triplet: 02, 58 and BF. RGB value is (2,88,191). Sum of RGB (Red+Green+Blue) = 2+88+191=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #0258BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258BF is #FDA740. Grayscale: #494949. Windows color (decimal): -16623425 or 12539906. OLE color: 12539906.
HSL color Cylindrical-coordinate representation of color #0258BF: hue angle of 212.7º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258BF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 88 | 191 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.25 |
| HSL | 212.7º | 0.98% | 0.38% | - |
| HSV(B) | 212.7º | 0.99% | 0.75% | - |
| XYZ | 12.92 | 10.75 | 50.69 | - |
| YUV | 74.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 191 | 0.99 | 0.54 | 0 | 0.25 | 212.7 | 0.98 | 0.38 |
| Hex | 2 | 58 | BF | 63 | 36 | 0 | 19 | D5 | 62 | 26 |
| Octal | 2 | 130 | 277 | 143 | 66 | 0 | 31 | 325 | 142 | 46 |
| Binary | 10 | 1011000 | 10111111 | 1100011 | 110110 | 0 | 11001 | 11010101 | 1100010 | 100110 |
Color Harmonies of #0258BF
Complementary color
Monochromatic Colors of #0258BF
Black with #0258BF
Text Example
Text Example
White with #0258BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258BF; }
p { color: rgb(2,88,191); }
H1.HeaderClassName
{
color: #0258BF;
}
.AnyTagClassName
{
color: #0258BF;
}
</style>
background-color css
<style>
a { background-color: #0258BF; }
a { background-color: rgb(2,88,191); }
div.DivClassName
{
background-color: #0258BF;
}
.BgClassName
{
background-color: #0258BF;
}
</style>
border-color css
<style>
span { border-color: #0258BF; }
span { border-color: rgb(2,88,191); }
td.TdClassName
{
border-color: #0258BF;
}
.TagClassName
{
border-color: #0258BF;
}
</style>