Shades of Navy Blue #0365BA
Tints of Navy Blue #0365BA
RGB
CMYK
RGB Variations
Color information
#0365BA (or 0x0365BA) is known color: Navy Blue. HEX triplet: 03, 65 and BA. RGB value is (3,101,186). Sum of RGB (Red+Green+Blue) = 3+101+186=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #0365BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365BA is #FC9A45. Grayscale: #505050. Windows color (decimal): -16554566 or 12215555. OLE color: 12215555.
HSL color Cylindrical-coordinate representation of color #0365BA: hue angle of 207.87º 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 #0365BA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 101 | 186 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.27 |
| HSL | 207.87º | 0.97% | 0.37% | - |
| HSV(B) | 207.87º | 0.98% | 0.73% | - |
| XYZ | 13.55 | 12.87 | 48.22 | - |
| YUV | 81.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 186 | 0.98 | 0.46 | 0 | 0.27 | 207.87 | 0.97 | 0.37 |
| Hex | 3 | 65 | BA | 62 | 2E | 0 | 1B | D0 | 61 | 25 |
| Octal | 3 | 145 | 272 | 142 | 56 | 0 | 33 | 320 | 141 | 45 |
| Binary | 11 | 1100101 | 10111010 | 1100010 | 101110 | 0 | 11011 | 11010000 | 1100001 | 100101 |
Color Harmonies of #0365BA
Complementary color
Monochromatic Colors of #0365BA
Black with #0365BA
Text Example
Text Example
White with #0365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365BA; }
p { color: rgb(3,101,186); }
H1.HeaderClassName
{
color: #0365BA;
}
.AnyTagClassName
{
color: #0365BA;
}
</style>
background-color css
<style>
a { background-color: #0365BA; }
a { background-color: rgb(3,101,186); }
div.DivClassName
{
background-color: #0365BA;
}
.BgClassName
{
background-color: #0365BA;
}
</style>
border-color css
<style>
span { border-color: #0365BA; }
span { border-color: rgb(3,101,186); }
td.TdClassName
{
border-color: #0365BA;
}
.TagClassName
{
border-color: #0365BA;
}
</style>