Shades of Navy Blue #0366F1
Tints of Navy Blue #0366F1
RGB
CMYK
RGB Variations
Color information
#0366F1 (or 0x0366F1) is known color: Navy Blue. HEX triplet: 03, 66 and F1. RGB value is (3,102,241). Sum of RGB (Red+Green+Blue) = 3+102+241=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #0366F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366F1 is #FC990E. Grayscale: #575757. Windows color (decimal): -16554255 or 15820291. OLE color: 15820291.
HSL color Cylindrical-coordinate representation of color #0366F1: hue angle of 215.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366F1 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 102 | 241 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.05 |
| HSL | 215.04º | 0.98% | 0.48% | - |
| HSV(B) | 215.04º | 0.99% | 0.95% | - |
| XYZ | 20.67 | 15.87 | 85.19 | - |
| YUV | 88.25 | 214.2 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 241 | 0.99 | 0.58 | 0 | 0.05 | 215.04 | 0.98 | 0.48 |
| Hex | 3 | 66 | F1 | 63 | 3A | 0 | 5 | D7 | 62 | 30 |
| Octal | 3 | 146 | 361 | 143 | 72 | 0 | 5 | 327 | 142 | 60 |
| Binary | 11 | 1100110 | 11110001 | 1100011 | 111010 | 0 | 101 | 11010111 | 1100010 | 110000 |
Color Harmonies of #0366F1
Complementary color
Monochromatic Colors of #0366F1
Black with #0366F1
Text Example
Text Example
White with #0366F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366F1; }
p { color: rgb(3,102,241); }
H1.HeaderClassName
{
color: #0366F1;
}
.AnyTagClassName
{
color: #0366F1;
}
</style>
background-color css
<style>
a { background-color: #0366F1; }
a { background-color: rgb(3,102,241); }
div.DivClassName
{
background-color: #0366F1;
}
.BgClassName
{
background-color: #0366F1;
}
</style>
border-color css
<style>
span { border-color: #0366F1; }
span { border-color: rgb(3,102,241); }
td.TdClassName
{
border-color: #0366F1;
}
.TagClassName
{
border-color: #0366F1;
}
</style>