Shades of Navy Blue #0366CC
Tints of Navy Blue #0366CC
RGB
CMYK
RGB Variations
Color information
#0366CC (or 0x0366CC) is known color: Navy Blue. HEX triplet: 03, 66 and CC. RGB value is (3,102,204). Sum of RGB (Red+Green+Blue) = 3+102+204=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0366CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366CC is #FC9933. Grayscale: #535353. Windows color (decimal): -16554292 or 13395459. OLE color: 13395459.
HSL color Cylindrical-coordinate representation of color #0366CC: hue angle of 210.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366CC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 102 | 204 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.2 |
| HSL | 210.45º | 0.97% | 0.41% | - |
| HSV(B) | 210.45º | 0.99% | 0.8% | - |
| XYZ | 15.69 | 13.88 | 58.98 | - |
| YUV | 84.03 | 195.7 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 204 | 0.99 | 0.5 | 0 | 0.2 | 210.45 | 0.97 | 0.41 |
| Hex | 3 | 66 | CC | 63 | 32 | 0 | 14 | D2 | 61 | 29 |
| Octal | 3 | 146 | 314 | 143 | 62 | 0 | 24 | 322 | 141 | 51 |
| Binary | 11 | 1100110 | 11001100 | 1100011 | 110010 | 0 | 10100 | 11010010 | 1100001 | 101001 |
Color Harmonies of #0366CC
Complementary color
Monochromatic Colors of #0366CC
Black with #0366CC
Text Example
Text Example
White with #0366CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366CC; }
p { color: rgb(3,102,204); }
H1.HeaderClassName
{
color: #0366CC;
}
.AnyTagClassName
{
color: #0366CC;
}
</style>
background-color css
<style>
a { background-color: #0366CC; }
a { background-color: rgb(3,102,204); }
div.DivClassName
{
background-color: #0366CC;
}
.BgClassName
{
background-color: #0366CC;
}
</style>
border-color css
<style>
span { border-color: #0366CC; }
span { border-color: rgb(3,102,204); }
td.TdClassName
{
border-color: #0366CC;
}
.TagClassName
{
border-color: #0366CC;
}
</style>