Shades of Navy Blue #0366EB
Tints of Navy Blue #0366EB
RGB
CMYK
RGB Variations
Color information
#0366EB (or 0x0366EB) is known color: Navy Blue. HEX triplet: 03, 66 and EB. RGB value is (3,102,235). Sum of RGB (Red+Green+Blue) = 3+102+235=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #0366EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366EB is #FC9914. Grayscale: #565656. Windows color (decimal): -16554261 or 15427075. OLE color: 15427075.
HSL color Cylindrical-coordinate representation of color #0366EB: hue angle of 214.4º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366EB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 102 | 235 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.08 |
| HSL | 214.4º | 0.97% | 0.47% | - |
| HSV(B) | 214.4º | 0.99% | 0.92% | - |
| XYZ | 19.78 | 15.52 | 80.55 | - |
| YUV | 87.56 | 211.2 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 235 | 0.99 | 0.57 | 0 | 0.08 | 214.4 | 0.97 | 0.47 |
| Hex | 3 | 66 | EB | 63 | 39 | 0 | 8 | D6 | 61 | 2F |
| Octal | 3 | 146 | 353 | 143 | 71 | 0 | 10 | 326 | 141 | 57 |
| Binary | 11 | 1100110 | 11101011 | 1100011 | 111001 | 0 | 1000 | 11010110 | 1100001 | 101111 |
Color Harmonies of #0366EB
Complementary color
Monochromatic Colors of #0366EB
Black with #0366EB
Text Example
Text Example
White with #0366EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366EB; }
p { color: rgb(3,102,235); }
H1.HeaderClassName
{
color: #0366EB;
}
.AnyTagClassName
{
color: #0366EB;
}
</style>
background-color css
<style>
a { background-color: #0366EB; }
a { background-color: rgb(3,102,235); }
div.DivClassName
{
background-color: #0366EB;
}
.BgClassName
{
background-color: #0366EB;
}
</style>
border-color css
<style>
span { border-color: #0366EB; }
span { border-color: rgb(3,102,235); }
td.TdClassName
{
border-color: #0366EB;
}
.TagClassName
{
border-color: #0366EB;
}
</style>