Shades of Navy Blue #0366BD
Tints of Navy Blue #0366BD
RGB
CMYK
RGB Variations
Color information
#0366BD (or 0x0366BD) is known color: Navy Blue. HEX triplet: 03, 66 and BD. RGB value is (3,102,189). Sum of RGB (Red+Green+Blue) = 3+102+189=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #0366BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366BD is #FC9942. Grayscale: #515151. Windows color (decimal): -16554307 or 12412419. OLE color: 12412419.
HSL color Cylindrical-coordinate representation of color #0366BD: hue angle of 208.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0366BD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 102 | 189 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.26 |
| HSL | 208.06º | 0.97% | 0.38% | - |
| HSV(B) | 208.06º | 0.98% | 0.74% | - |
| XYZ | 13.97 | 13.2 | 49.95 | - |
| YUV | 82.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 189 | 0.98 | 0.46 | 0 | 0.26 | 208.06 | 0.97 | 0.38 |
| Hex | 3 | 66 | BD | 62 | 2E | 0 | 1A | D0 | 61 | 26 |
| Octal | 3 | 146 | 275 | 142 | 56 | 0 | 32 | 320 | 141 | 46 |
| Binary | 11 | 1100110 | 10111101 | 1100010 | 101110 | 0 | 11010 | 11010000 | 1100001 | 100110 |
Color Harmonies of #0366BD
Complementary color
Monochromatic Colors of #0366BD
Black with #0366BD
Text Example
Text Example
White with #0366BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366BD; }
p { color: rgb(3,102,189); }
H1.HeaderClassName
{
color: #0366BD;
}
.AnyTagClassName
{
color: #0366BD;
}
</style>
background-color css
<style>
a { background-color: #0366BD; }
a { background-color: rgb(3,102,189); }
div.DivClassName
{
background-color: #0366BD;
}
.BgClassName
{
background-color: #0366BD;
}
</style>
border-color css
<style>
span { border-color: #0366BD; }
span { border-color: rgb(3,102,189); }
td.TdClassName
{
border-color: #0366BD;
}
.TagClassName
{
border-color: #0366BD;
}
</style>