Shades of Navy Blue #0366FB
Tints of Navy Blue #0366FB
RGB
CMYK
RGB Variations
Color information
#0366FB (or 0x0366FB) is known color: Navy Blue. HEX triplet: 03, 66 and FB. RGB value is (3,102,251). Sum of RGB (Red+Green+Blue) = 3+102+251=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #0366FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366FB is #FC9904. Grayscale: #585858. Windows color (decimal): -16554245 or 16475651. OLE color: 16475651.
HSL color Cylindrical-coordinate representation of color #0366FB: hue angle of 216.05º 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 #0366FB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 102 | 251 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.02 |
| HSL | 216.05º | 0.98% | 0.5% | - |
| HSV(B) | 216.05º | 0.99% | 0.98% | - |
| XYZ | 22.2 | 16.49 | 93.28 | - |
| YUV | 89.39 | 219.2 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 251 | 0.99 | 0.59 | 0 | 0.02 | 216.05 | 0.98 | 0.5 |
| Hex | 3 | 66 | FB | 63 | 3B | 0 | 2 | D8 | 62 | 32 |
| Octal | 3 | 146 | 373 | 143 | 73 | 0 | 2 | 330 | 142 | 62 |
| Binary | 11 | 1100110 | 11111011 | 1100011 | 111011 | 0 | 10 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0366FB
Complementary color
Monochromatic Colors of #0366FB
Black with #0366FB
Text Example
Text Example
White with #0366FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366FB; }
p { color: rgb(3,102,251); }
H1.HeaderClassName
{
color: #0366FB;
}
.AnyTagClassName
{
color: #0366FB;
}
</style>
background-color css
<style>
a { background-color: #0366FB; }
a { background-color: rgb(3,102,251); }
div.DivClassName
{
background-color: #0366FB;
}
.BgClassName
{
background-color: #0366FB;
}
</style>
border-color css
<style>
span { border-color: #0366FB; }
span { border-color: rgb(3,102,251); }
td.TdClassName
{
border-color: #0366FB;
}
.TagClassName
{
border-color: #0366FB;
}
</style>