Shades of Navy Blue #0366BC
Tints of Navy Blue #0366BC
RGB
CMYK
RGB Variations
Color information
#0366BC (or 0x0366BC) is known color: Navy Blue. HEX triplet: 03, 66 and BC. RGB value is (3,102,188). Sum of RGB (Red+Green+Blue) = 3+102+188=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0366BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366BC is #FC9943. Grayscale: #515151. Windows color (decimal): -16554308 or 12346883. OLE color: 12346883.
HSL color Cylindrical-coordinate representation of color #0366BC: hue angle of 207.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0366BC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 102 | 188 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.26 |
| HSL | 207.89º | 0.97% | 0.37% | - |
| HSV(B) | 207.89º | 0.98% | 0.74% | - |
| XYZ | 13.87 | 13.15 | 49.38 | - |
| YUV | 82.2 | 187.7 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 188 | 0.98 | 0.46 | 0 | 0.26 | 207.89 | 0.97 | 0.37 |
| Hex | 3 | 66 | BC | 62 | 2E | 0 | 1A | D0 | 61 | 25 |
| Octal | 3 | 146 | 274 | 142 | 56 | 0 | 32 | 320 | 141 | 45 |
| Binary | 11 | 1100110 | 10111100 | 1100010 | 101110 | 0 | 11010 | 11010000 | 1100001 | 100101 |
Color Harmonies of #0366BC
Complementary color
Monochromatic Colors of #0366BC
Black with #0366BC
Text Example
Text Example
White with #0366BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366BC; }
p { color: rgb(3,102,188); }
H1.HeaderClassName
{
color: #0366BC;
}
.AnyTagClassName
{
color: #0366BC;
}
</style>
background-color css
<style>
a { background-color: #0366BC; }
a { background-color: rgb(3,102,188); }
div.DivClassName
{
background-color: #0366BC;
}
.BgClassName
{
background-color: #0366BC;
}
</style>
border-color css
<style>
span { border-color: #0366BC; }
span { border-color: rgb(3,102,188); }
td.TdClassName
{
border-color: #0366BC;
}
.TagClassName
{
border-color: #0366BC;
}
</style>