Shades of Navy Blue #0358BF
Tints of Navy Blue #0358BF
RGB
CMYK
RGB Variations
Color information
#0358BF (or 0x0358BF) is known color: Navy Blue. HEX triplet: 03, 58 and BF. RGB value is (3,88,191). Sum of RGB (Red+Green+Blue) = 3+88+191=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #0358BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358BF is #FCA740. Grayscale: #494949. Windows color (decimal): -16557889 or 12539907. OLE color: 12539907.
HSL color Cylindrical-coordinate representation of color #0358BF: hue angle of 212.87º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0358BF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 88 | 191 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.25 |
| HSL | 212.87º | 0.97% | 0.38% | - |
| HSV(B) | 212.87º | 0.98% | 0.75% | - |
| XYZ | 12.93 | 10.76 | 50.69 | - |
| YUV | 74.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 191 | 0.98 | 0.54 | 0 | 0.25 | 212.87 | 0.97 | 0.38 |
| Hex | 3 | 58 | BF | 62 | 36 | 0 | 19 | D5 | 61 | 26 |
| Octal | 3 | 130 | 277 | 142 | 66 | 0 | 31 | 325 | 141 | 46 |
| Binary | 11 | 1011000 | 10111111 | 1100010 | 110110 | 0 | 11001 | 11010101 | 1100001 | 100110 |
Color Harmonies of #0358BF
Complementary color
Monochromatic Colors of #0358BF
Black with #0358BF
Text Example
Text Example
White with #0358BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358BF; }
p { color: rgb(3,88,191); }
H1.HeaderClassName
{
color: #0358BF;
}
.AnyTagClassName
{
color: #0358BF;
}
</style>
background-color css
<style>
a { background-color: #0358BF; }
a { background-color: rgb(3,88,191); }
div.DivClassName
{
background-color: #0358BF;
}
.BgClassName
{
background-color: #0358BF;
}
</style>
border-color css
<style>
span { border-color: #0358BF; }
span { border-color: rgb(3,88,191); }
td.TdClassName
{
border-color: #0358BF;
}
.TagClassName
{
border-color: #0358BF;
}
</style>