Shades of Navy Blue #0368BA
Tints of Navy Blue #0368BA
RGB
CMYK
RGB Variations
Color information
#0368BA (or 0x0368BA) is known color: Navy Blue. HEX triplet: 03, 68 and BA. RGB value is (3,104,186). Sum of RGB (Red+Green+Blue) = 3+104+186=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #0368BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0368BA is #FC9745. Grayscale: #525252. Windows color (decimal): -16553798 or 12216323. OLE color: 12216323.
HSL color Cylindrical-coordinate representation of color #0368BA: hue angle of 206.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0368BA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 104 | 186 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.27 |
| HSL | 206.89º | 0.97% | 0.37% | - |
| HSV(B) | 206.89º | 0.98% | 0.73% | - |
| XYZ | 13.85 | 13.47 | 48.32 | - |
| YUV | 83.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 186 | 0.98 | 0.44 | 0 | 0.27 | 206.89 | 0.97 | 0.37 |
| Hex | 3 | 68 | BA | 62 | 2C | 0 | 1B | CF | 61 | 25 |
| Octal | 3 | 150 | 272 | 142 | 54 | 0 | 33 | 317 | 141 | 45 |
| Binary | 11 | 1101000 | 10111010 | 1100010 | 101100 | 0 | 11011 | 11001111 | 1100001 | 100101 |
Color Harmonies of #0368BA
Complementary color
Monochromatic Colors of #0368BA
Black with #0368BA
Text Example
Text Example
White with #0368BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368BA; }
p { color: rgb(3,104,186); }
H1.HeaderClassName
{
color: #0368BA;
}
.AnyTagClassName
{
color: #0368BA;
}
</style>
background-color css
<style>
a { background-color: #0368BA; }
a { background-color: rgb(3,104,186); }
div.DivClassName
{
background-color: #0368BA;
}
.BgClassName
{
background-color: #0368BA;
}
</style>
border-color css
<style>
span { border-color: #0368BA; }
span { border-color: rgb(3,104,186); }
td.TdClassName
{
border-color: #0368BA;
}
.TagClassName
{
border-color: #0368BA;
}
</style>