Shades of Navy Blue #0366F5
Tints of Navy Blue #0366F5
RGB
CMYK
RGB Variations
Color information
#0366F5 (or 0x0366F5) is known color: Navy Blue. HEX triplet: 03, 66 and F5. RGB value is (3,102,245). Sum of RGB (Red+Green+Blue) = 3+102+245=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 245 (96.09% from 255 or 70% from 350); Max value from RGB is 245 - color contains mainly: blue. Hex color #0366F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366F5 is #FC990A. Grayscale: #585858. Windows color (decimal): -16554251 or 16082435. OLE color: 16082435.
HSL color Cylindrical-coordinate representation of color #0366F5: hue angle of 215.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366F5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 102 | 245 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.04 |
| HSL | 215.45º | 0.98% | 0.49% | - |
| HSV(B) | 215.45º | 0.99% | 0.96% | - |
| XYZ | 21.27 | 16.11 | 88.38 | - |
| YUV | 88.7 | 216.2 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 245 | 0.99 | 0.58 | 0 | 0.04 | 215.45 | 0.98 | 0.49 |
| Hex | 3 | 66 | F5 | 63 | 3A | 0 | 4 | D7 | 62 | 31 |
| Octal | 3 | 146 | 365 | 143 | 72 | 0 | 4 | 327 | 142 | 61 |
| Binary | 11 | 1100110 | 11110101 | 1100011 | 111010 | 0 | 100 | 11010111 | 1100010 | 110001 |
Color Harmonies of #0366F5
Complementary color
Monochromatic Colors of #0366F5
Black with #0366F5
Text Example
Text Example
White with #0366F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366F5; }
p { color: rgb(3,102,245); }
H1.HeaderClassName
{
color: #0366F5;
}
.AnyTagClassName
{
color: #0366F5;
}
</style>
background-color css
<style>
a { background-color: #0366F5; }
a { background-color: rgb(3,102,245); }
div.DivClassName
{
background-color: #0366F5;
}
.BgClassName
{
background-color: #0366F5;
}
</style>
border-color css
<style>
span { border-color: #0366F5; }
span { border-color: rgb(3,102,245); }
td.TdClassName
{
border-color: #0366F5;
}
.TagClassName
{
border-color: #0366F5;
}
</style>