Shades of Navy Blue #0386DC
Tints of Navy Blue #0386DC
RGB
CMYK
RGB Variations
Color information
#0386DC (or 0x0386DC) is known color: Navy Blue. HEX triplet: 03, 86 and DC. RGB value is (3,134,220). Sum of RGB (Red+Green+Blue) = 3+134+220=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #0386DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386DC is #FC7923. Grayscale: #686868. Windows color (decimal): -16546084 or 14452227. OLE color: 14452227.
HSL color Cylindrical-coordinate representation of color #0386DC: hue angle of 203.78º 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 #0386DC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 134 | 220 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.14 |
| HSL | 203.78º | 0.97% | 0.44% | - |
| HSV(B) | 203.78º | 0.99% | 0.86% | - |
| XYZ | 21.48 | 22.24 | 70.87 | - |
| YUV | 104.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 220 | 0.99 | 0.39 | 0 | 0.14 | 203.78 | 0.97 | 0.44 |
| Hex | 3 | 86 | DC | 63 | 27 | 0 | E | CC | 61 | 2C |
| Octal | 3 | 206 | 334 | 143 | 47 | 0 | 16 | 314 | 141 | 54 |
| Binary | 11 | 10000110 | 11011100 | 1100011 | 100111 | 0 | 1110 | 11001100 | 1100001 | 101100 |
Color Harmonies of #0386DC
Complementary color
Monochromatic Colors of #0386DC
Black with #0386DC
Text Example
Text Example
White with #0386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386DC; }
p { color: rgb(3,134,220); }
H1.HeaderClassName
{
color: #0386DC;
}
.AnyTagClassName
{
color: #0386DC;
}
</style>
background-color css
<style>
a { background-color: #0386DC; }
a { background-color: rgb(3,134,220); }
div.DivClassName
{
background-color: #0386DC;
}
.BgClassName
{
background-color: #0386DC;
}
</style>
border-color css
<style>
span { border-color: #0386DC; }
span { border-color: rgb(3,134,220); }
td.TdClassName
{
border-color: #0386DC;
}
.TagClassName
{
border-color: #0386DC;
}
</style>