Shades of Navy Blue #0356DD
Tints of Navy Blue #0356DD
RGB
CMYK
RGB Variations
Color information
#0356DD (or 0x0356DD) is known color: Navy Blue. HEX triplet: 03, 56 and DD. RGB value is (3,86,221). Sum of RGB (Red+Green+Blue) = 3+86+221=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #0356DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356DD is #FCA922. Grayscale: #4B4B4B. Windows color (decimal): -16558371 or 14505475. OLE color: 14505475.
HSL color Cylindrical-coordinate representation of color #0356DD: hue angle of 217.16º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0356DD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 86 | 221 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.13 |
| HSL | 217.16º | 0.97% | 0.44% | - |
| HSV(B) | 217.16º | 0.99% | 0.87% | - |
| XYZ | 16.42 | 11.9 | 69.84 | - |
| YUV | 76.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 221 | 0.99 | 0.61 | 0 | 0.13 | 217.16 | 0.97 | 0.44 |
| Hex | 3 | 56 | DD | 63 | 3D | 0 | D | D9 | 61 | 2C |
| Octal | 3 | 126 | 335 | 143 | 75 | 0 | 15 | 331 | 141 | 54 |
| Binary | 11 | 1010110 | 11011101 | 1100011 | 111101 | 0 | 1101 | 11011001 | 1100001 | 101100 |
Color Harmonies of #0356DD
Complementary color
Monochromatic Colors of #0356DD
Black with #0356DD
Text Example
Text Example
White with #0356DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0356DD; }
p { color: rgb(3,86,221); }
H1.HeaderClassName
{
color: #0356DD;
}
.AnyTagClassName
{
color: #0356DD;
}
</style>
background-color css
<style>
a { background-color: #0356DD; }
a { background-color: rgb(3,86,221); }
div.DivClassName
{
background-color: #0356DD;
}
.BgClassName
{
background-color: #0356DD;
}
</style>
border-color css
<style>
span { border-color: #0356DD; }
span { border-color: rgb(3,86,221); }
td.TdClassName
{
border-color: #0356DD;
}
.TagClassName
{
border-color: #0356DD;
}
</style>