Shades of Navy Blue #0362BD
Tints of Navy Blue #0362BD
RGB
CMYK
RGB Variations
Color information
#0362BD (or 0x0362BD) is known color: Navy Blue. HEX triplet: 03, 62 and BD. RGB value is (3,98,189). Sum of RGB (Red+Green+Blue) = 3+98+189=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #0362BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362BD is #FC9D42. Grayscale: #4F4F4F. Windows color (decimal): -16555331 or 12411395. OLE color: 12411395.
HSL color Cylindrical-coordinate representation of color #0362BD: hue angle of 209.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0362BD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 98 | 189 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.26 |
| HSL | 209.35º | 0.97% | 0.38% | - |
| HSV(B) | 209.35º | 0.98% | 0.74% | - |
| XYZ | 13.59 | 12.43 | 49.83 | - |
| YUV | 79.97 | 189.53 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 189 | 0.98 | 0.48 | 0 | 0.26 | 209.35 | 0.97 | 0.38 |
| Hex | 3 | 62 | BD | 62 | 30 | 0 | 1A | D1 | 61 | 26 |
| Octal | 3 | 142 | 275 | 142 | 60 | 0 | 32 | 321 | 141 | 46 |
| Binary | 11 | 1100010 | 10111101 | 1100010 | 110000 | 0 | 11010 | 11010001 | 1100001 | 100110 |
Color Harmonies of #0362BD
Complementary color
Monochromatic Colors of #0362BD
Black with #0362BD
Text Example
Text Example
White with #0362BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0362BD; }
p { color: rgb(3,98,189); }
H1.HeaderClassName
{
color: #0362BD;
}
.AnyTagClassName
{
color: #0362BD;
}
</style>
background-color css
<style>
a { background-color: #0362BD; }
a { background-color: rgb(3,98,189); }
div.DivClassName
{
background-color: #0362BD;
}
.BgClassName
{
background-color: #0362BD;
}
</style>
border-color css
<style>
span { border-color: #0362BD; }
span { border-color: rgb(3,98,189); }
td.TdClassName
{
border-color: #0362BD;
}
.TagClassName
{
border-color: #0362BD;
}
</style>