Shades of Navy Blue #0360BE
Tints of Navy Blue #0360BE
RGB
CMYK
RGB Variations
Color information
#0360BE (or 0x0360BE) is known color: Navy Blue. HEX triplet: 03, 60 and BE. RGB value is (3,96,190). Sum of RGB (Red+Green+Blue) = 3+96+190=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #0360BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360BE is #FC9F41. Grayscale: #4E4E4E. Windows color (decimal): -16555842 or 12476419. OLE color: 12476419.
HSL color Cylindrical-coordinate representation of color #0360BE: hue angle of 210.16º 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 #0360BE is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 96 | 190 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.25 |
| HSL | 210.16º | 0.97% | 0.38% | - |
| HSV(B) | 210.16º | 0.98% | 0.75% | - |
| XYZ | 13.51 | 12.1 | 50.34 | - |
| YUV | 78.91 | 190.69 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 190 | 0.98 | 0.49 | 0 | 0.25 | 210.16 | 0.97 | 0.38 |
| Hex | 3 | 60 | BE | 62 | 31 | 0 | 19 | D2 | 61 | 26 |
| Octal | 3 | 140 | 276 | 142 | 61 | 0 | 31 | 322 | 141 | 46 |
| Binary | 11 | 1100000 | 10111110 | 1100010 | 110001 | 0 | 11001 | 11010010 | 1100001 | 100110 |
Color Harmonies of #0360BE
Complementary color
Monochromatic Colors of #0360BE
Black with #0360BE
Text Example
Text Example
White with #0360BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360BE; }
p { color: rgb(3,96,190); }
H1.HeaderClassName
{
color: #0360BE;
}
.AnyTagClassName
{
color: #0360BE;
}
</style>
background-color css
<style>
a { background-color: #0360BE; }
a { background-color: rgb(3,96,190); }
div.DivClassName
{
background-color: #0360BE;
}
.BgClassName
{
background-color: #0360BE;
}
</style>
border-color css
<style>
span { border-color: #0360BE; }
span { border-color: rgb(3,96,190); }
td.TdClassName
{
border-color: #0360BE;
}
.TagClassName
{
border-color: #0360BE;
}
</style>