Shades of Navy Blue #0363BE
Tints of Navy Blue #0363BE
RGB
CMYK
RGB Variations
Color information
#0363BE (or 0x0363BE) is known color: Navy Blue. HEX triplet: 03, 63 and BE. RGB value is (3,99,190). Sum of RGB (Red+Green+Blue) = 3+99+190=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #0363BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363BE is #FC9C41. Grayscale: #505050. Windows color (decimal): -16555074 or 12477187. OLE color: 12477187.
HSL color Cylindrical-coordinate representation of color #0363BE: hue angle of 209.2º 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 #0363BE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 99 | 190 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.25 |
| HSL | 209.2º | 0.97% | 0.38% | - |
| HSV(B) | 209.2º | 0.98% | 0.75% | - |
| XYZ | 13.79 | 12.66 | 50.43 | - |
| YUV | 80.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 190 | 0.98 | 0.48 | 0 | 0.25 | 209.2 | 0.97 | 0.38 |
| Hex | 3 | 63 | BE | 62 | 30 | 0 | 19 | D1 | 61 | 26 |
| Octal | 3 | 143 | 276 | 142 | 60 | 0 | 31 | 321 | 141 | 46 |
| Binary | 11 | 1100011 | 10111110 | 1100010 | 110000 | 0 | 11001 | 11010001 | 1100001 | 100110 |
Color Harmonies of #0363BE
Complementary color
Monochromatic Colors of #0363BE
Black with #0363BE
Text Example
Text Example
White with #0363BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363BE; }
p { color: rgb(3,99,190); }
H1.HeaderClassName
{
color: #0363BE;
}
.AnyTagClassName
{
color: #0363BE;
}
</style>
background-color css
<style>
a { background-color: #0363BE; }
a { background-color: rgb(3,99,190); }
div.DivClassName
{
background-color: #0363BE;
}
.BgClassName
{
background-color: #0363BE;
}
</style>
border-color css
<style>
span { border-color: #0363BE; }
span { border-color: rgb(3,99,190); }
td.TdClassName
{
border-color: #0363BE;
}
.TagClassName
{
border-color: #0363BE;
}
</style>