Shades of Navy Blue #036DF6
Tints of Navy Blue #036DF6
RGB
CMYK
RGB Variations
Color information
#036DF6 (or 0x036DF6) is known color: Navy Blue. HEX triplet: 03, 6D and F6. RGB value is (3,109,246). Sum of RGB (Red+Green+Blue) = 3+109+246=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #036DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DF6 is #FC9209. Grayscale: #5C5C5C. Windows color (decimal): -16552458 or 16149763. OLE color: 16149763.
HSL color Cylindrical-coordinate representation of color #036DF6: hue angle of 213.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DF6 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 109 | 246 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.04 |
| HSL | 213.83º | 0.98% | 0.49% | - |
| HSV(B) | 213.83º | 0.99% | 0.96% | - |
| XYZ | 22.14 | 17.61 | 89.42 | - |
| YUV | 92.92 | 214.38 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 246 | 0.99 | 0.56 | 0 | 0.04 | 213.83 | 0.98 | 0.49 |
| Hex | 3 | 6D | F6 | 63 | 38 | 0 | 4 | D6 | 62 | 31 |
| Octal | 3 | 155 | 366 | 143 | 70 | 0 | 4 | 326 | 142 | 61 |
| Binary | 11 | 1101101 | 11110110 | 1100011 | 111000 | 0 | 100 | 11010110 | 1100010 | 110001 |
Color Harmonies of #036DF6
Complementary color
Monochromatic Colors of #036DF6
Black with #036DF6
Text Example
Text Example
White with #036DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DF6; }
p { color: rgb(3,109,246); }
H1.HeaderClassName
{
color: #036DF6;
}
.AnyTagClassName
{
color: #036DF6;
}
</style>
background-color css
<style>
a { background-color: #036DF6; }
a { background-color: rgb(3,109,246); }
div.DivClassName
{
background-color: #036DF6;
}
.BgClassName
{
background-color: #036DF6;
}
</style>
border-color css
<style>
span { border-color: #036DF6; }
span { border-color: rgb(3,109,246); }
td.TdClassName
{
border-color: #036DF6;
}
.TagClassName
{
border-color: #036DF6;
}
</style>