Shades of Navy Blue #0358FB
Tints of Navy Blue #0358FB
RGB
CMYK
RGB Variations
Color information
#0358FB (or 0x0358FB) is known color: Navy Blue. HEX triplet: 03, 58 and FB. RGB value is (3,88,251). Sum of RGB (Red+Green+Blue) = 3+88+251=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #0358FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0358FB is #FCA704. Grayscale: #505050. Windows color (decimal): -16557829 or 16472067. OLE color: 16472067.
HSL color Cylindrical-coordinate representation of color #0358FB: hue angle of 219.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358FB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 88 | 251 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.02 |
| HSL | 219.44º | 0.98% | 0.5% | - |
| HSV(B) | 219.44º | 0.99% | 0.98% | - |
| XYZ | 20.94 | 13.96 | 92.86 | - |
| YUV | 81.17 | 223.84 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 251 | 0.99 | 0.65 | 0 | 0.02 | 219.44 | 0.98 | 0.5 |
| Hex | 3 | 58 | FB | 63 | 41 | 0 | 2 | DB | 62 | 32 |
| Octal | 3 | 130 | 373 | 143 | 101 | 0 | 2 | 333 | 142 | 62 |
| Binary | 11 | 1011000 | 11111011 | 1100011 | 1000001 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #0358FB
Complementary color
Monochromatic Colors of #0358FB
Black with #0358FB
Text Example
Text Example
White with #0358FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358FB; }
p { color: rgb(3,88,251); }
H1.HeaderClassName
{
color: #0358FB;
}
.AnyTagClassName
{
color: #0358FB;
}
</style>
background-color css
<style>
a { background-color: #0358FB; }
a { background-color: rgb(3,88,251); }
div.DivClassName
{
background-color: #0358FB;
}
.BgClassName
{
background-color: #0358FB;
}
</style>
border-color css
<style>
span { border-color: #0358FB; }
span { border-color: rgb(3,88,251); }
td.TdClassName
{
border-color: #0358FB;
}
.TagClassName
{
border-color: #0358FB;
}
</style>