Shades of Navy Blue #0356DC
Tints of Navy Blue #0356DC
RGB
CMYK
RGB Variations
Color information
#0356DC (or 0x0356DC) is known color: Navy Blue. HEX triplet: 03, 56 and DC. RGB value is (3,86,220). Sum of RGB (Red+Green+Blue) = 3+86+220=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #0356DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356DC is #FCA923. Grayscale: #4B4B4B. Windows color (decimal): -16558372 or 14439939. OLE color: 14439939.
HSL color Cylindrical-coordinate representation of color #0356DC: hue angle of 217.05º 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 #0356DC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 86 | 220 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.14 |
| HSL | 217.05º | 0.97% | 0.44% | - |
| HSV(B) | 217.05º | 0.99% | 0.86% | - |
| XYZ | 16.28 | 11.84 | 69.14 | - |
| YUV | 76.46 | 209 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 220 | 0.99 | 0.61 | 0 | 0.14 | 217.05 | 0.97 | 0.44 |
| Hex | 3 | 56 | DC | 63 | 3D | 0 | E | D9 | 61 | 2C |
| Octal | 3 | 126 | 334 | 143 | 75 | 0 | 16 | 331 | 141 | 54 |
| Binary | 11 | 1010110 | 11011100 | 1100011 | 111101 | 0 | 1110 | 11011001 | 1100001 | 101100 |
Color Harmonies of #0356DC
Complementary color
Monochromatic Colors of #0356DC
Black with #0356DC
Text Example
Text Example
White with #0356DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0356DC; }
p { color: rgb(3,86,220); }
H1.HeaderClassName
{
color: #0356DC;
}
.AnyTagClassName
{
color: #0356DC;
}
</style>
background-color css
<style>
a { background-color: #0356DC; }
a { background-color: rgb(3,86,220); }
div.DivClassName
{
background-color: #0356DC;
}
.BgClassName
{
background-color: #0356DC;
}
</style>
border-color css
<style>
span { border-color: #0356DC; }
span { border-color: rgb(3,86,220); }
td.TdClassName
{
border-color: #0356DC;
}
.TagClassName
{
border-color: #0356DC;
}
</style>