Shades of Navy Blue #0359BF
Tints of Navy Blue #0359BF
RGB
CMYK
RGB Variations
Color information
#0359BF (or 0x0359BF) is known color: Navy Blue. HEX triplet: 03, 59 and BF. RGB value is (3,89,191). Sum of RGB (Red+Green+Blue) = 3+89+191=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #0359BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359BF is #FCA640. Grayscale: #4A4A4A. Windows color (decimal): -16557633 or 12540163. OLE color: 12540163.
HSL color Cylindrical-coordinate representation of color #0359BF: hue angle of 212.55º 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 #0359BF is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 89 | 191 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.25 |
| HSL | 212.55º | 0.97% | 0.38% | - |
| HSV(B) | 212.55º | 0.98% | 0.75% | - |
| XYZ | 13.01 | 10.93 | 50.71 | - |
| YUV | 74.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 191 | 0.98 | 0.53 | 0 | 0.25 | 212.55 | 0.97 | 0.38 |
| Hex | 3 | 59 | BF | 62 | 35 | 0 | 19 | D5 | 61 | 26 |
| Octal | 3 | 131 | 277 | 142 | 65 | 0 | 31 | 325 | 141 | 46 |
| Binary | 11 | 1011001 | 10111111 | 1100010 | 110101 | 0 | 11001 | 11010101 | 1100001 | 100110 |
Color Harmonies of #0359BF
Complementary color
Monochromatic Colors of #0359BF
Black with #0359BF
Text Example
Text Example
White with #0359BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359BF; }
p { color: rgb(3,89,191); }
H1.HeaderClassName
{
color: #0359BF;
}
.AnyTagClassName
{
color: #0359BF;
}
</style>
background-color css
<style>
a { background-color: #0359BF; }
a { background-color: rgb(3,89,191); }
div.DivClassName
{
background-color: #0359BF;
}
.BgClassName
{
background-color: #0359BF;
}
</style>
border-color css
<style>
span { border-color: #0359BF; }
span { border-color: rgb(3,89,191); }
td.TdClassName
{
border-color: #0359BF;
}
.TagClassName
{
border-color: #0359BF;
}
</style>