Shades of Navy Blue #0366FA
Tints of Navy Blue #0366FA
RGB
CMYK
RGB Variations
Color information
#0366FA (or 0x0366FA) is known color: Navy Blue. HEX triplet: 03, 66 and FA. RGB value is (3,102,250). Sum of RGB (Red+Green+Blue) = 3+102+250=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #0366FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366FA is #FC9905. Grayscale: #585858. Windows color (decimal): -16554246 or 16410115. OLE color: 16410115.
HSL color Cylindrical-coordinate representation of color #0366FA: hue angle of 215.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366FA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 102 | 250 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.02 |
| HSL | 215.95º | 0.98% | 0.5% | - |
| HSV(B) | 215.95º | 0.99% | 0.98% | - |
| XYZ | 22.04 | 16.42 | 92.45 | - |
| YUV | 89.27 | 218.7 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 250 | 0.99 | 0.59 | 0 | 0.02 | 215.95 | 0.98 | 0.5 |
| Hex | 3 | 66 | FA | 63 | 3B | 0 | 2 | D8 | 62 | 32 |
| Octal | 3 | 146 | 372 | 143 | 73 | 0 | 2 | 330 | 142 | 62 |
| Binary | 11 | 1100110 | 11111010 | 1100011 | 111011 | 0 | 10 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0366FA
Complementary color
Monochromatic Colors of #0366FA
Black with #0366FA
Text Example
Text Example
White with #0366FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366FA; }
p { color: rgb(3,102,250); }
H1.HeaderClassName
{
color: #0366FA;
}
.AnyTagClassName
{
color: #0366FA;
}
</style>
background-color css
<style>
a { background-color: #0366FA; }
a { background-color: rgb(3,102,250); }
div.DivClassName
{
background-color: #0366FA;
}
.BgClassName
{
background-color: #0366FA;
}
</style>
border-color css
<style>
span { border-color: #0366FA; }
span { border-color: rgb(3,102,250); }
td.TdClassName
{
border-color: #0366FA;
}
.TagClassName
{
border-color: #0366FA;
}
</style>