Shades of Navy Blue #0366F2
Tints of Navy Blue #0366F2
RGB
CMYK
RGB Variations
Color information
#0366F2 (or 0x0366F2) is known color: Navy Blue. HEX triplet: 03, 66 and F2. RGB value is (3,102,242). Sum of RGB (Red+Green+Blue) = 3+102+242=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #0366F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366F2 is #FC990D. Grayscale: #575757. Windows color (decimal): -16554254 or 15885827. OLE color: 15885827.
HSL color Cylindrical-coordinate representation of color #0366F2: hue angle of 215.15º 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 #0366F2 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 102 | 242 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.05 |
| HSL | 215.15º | 0.98% | 0.48% | - |
| HSV(B) | 215.15º | 0.99% | 0.95% | - |
| XYZ | 20.82 | 15.93 | 85.98 | - |
| YUV | 88.36 | 214.7 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 242 | 0.99 | 0.58 | 0 | 0.05 | 215.15 | 0.98 | 0.48 |
| Hex | 3 | 66 | F2 | 63 | 3A | 0 | 5 | D7 | 62 | 30 |
| Octal | 3 | 146 | 362 | 143 | 72 | 0 | 5 | 327 | 142 | 60 |
| Binary | 11 | 1100110 | 11110010 | 1100011 | 111010 | 0 | 101 | 11010111 | 1100010 | 110000 |
Color Harmonies of #0366F2
Complementary color
Monochromatic Colors of #0366F2
Black with #0366F2
Text Example
Text Example
White with #0366F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366F2; }
p { color: rgb(3,102,242); }
H1.HeaderClassName
{
color: #0366F2;
}
.AnyTagClassName
{
color: #0366F2;
}
</style>
background-color css
<style>
a { background-color: #0366F2; }
a { background-color: rgb(3,102,242); }
div.DivClassName
{
background-color: #0366F2;
}
.BgClassName
{
background-color: #0366F2;
}
</style>
border-color css
<style>
span { border-color: #0366F2; }
span { border-color: rgb(3,102,242); }
td.TdClassName
{
border-color: #0366F2;
}
.TagClassName
{
border-color: #0366F2;
}
</style>