Shades of Navy Blue #0366DB
Tints of Navy Blue #0366DB
RGB
CMYK
RGB Variations
Color information
#0366DB (or 0x0366DB) is known color: Navy Blue. HEX triplet: 03, 66 and DB. RGB value is (3,102,219). Sum of RGB (Red+Green+Blue) = 3+102+219=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #0366DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366DB is #FC9924. Grayscale: #555555. Windows color (decimal): -16554277 or 14378499. OLE color: 14378499.
HSL color Cylindrical-coordinate representation of color #0366DB: hue angle of 212.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366DB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 102 | 219 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.14 |
| HSL | 212.5º | 0.97% | 0.44% | - |
| HSV(B) | 212.5º | 0.99% | 0.86% | - |
| XYZ | 17.58 | 14.64 | 68.92 | - |
| YUV | 85.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 219 | 0.99 | 0.53 | 0 | 0.14 | 212.5 | 0.97 | 0.44 |
| Hex | 3 | 66 | DB | 63 | 35 | 0 | E | D4 | 61 | 2C |
| Octal | 3 | 146 | 333 | 143 | 65 | 0 | 16 | 324 | 141 | 54 |
| Binary | 11 | 1100110 | 11011011 | 1100011 | 110101 | 0 | 1110 | 11010100 | 1100001 | 101100 |
Color Harmonies of #0366DB
Complementary color
Monochromatic Colors of #0366DB
Black with #0366DB
Text Example
Text Example
White with #0366DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0366DB; }
p { color: rgb(3,102,219); }
H1.HeaderClassName
{
color: #0366DB;
}
.AnyTagClassName
{
color: #0366DB;
}
</style>
background-color css
<style>
a { background-color: #0366DB; }
a { background-color: rgb(3,102,219); }
div.DivClassName
{
background-color: #0366DB;
}
.BgClassName
{
background-color: #0366DB;
}
</style>
border-color css
<style>
span { border-color: #0366DB; }
span { border-color: rgb(3,102,219); }
td.TdClassName
{
border-color: #0366DB;
}
.TagClassName
{
border-color: #0366DB;
}
</style>