Shades of Navy Blue #036BF6
Tints of Navy Blue #036BF6
RGB
CMYK
RGB Variations
Color information
#036BF6 (or 0x036BF6) is known color: Navy Blue. HEX triplet: 03, 6B and F6. RGB value is (3,107,246). Sum of RGB (Red+Green+Blue) = 3+107+246=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #036BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BF6 is #FC9409. Grayscale: #5B5B5B. Windows color (decimal): -16552970 or 16149251. OLE color: 16149251.
HSL color Cylindrical-coordinate representation of color #036BF6: hue angle of 214.32º 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 #036BF6 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 107 | 246 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.04 |
| HSL | 214.32º | 0.98% | 0.49% | - |
| HSV(B) | 214.32º | 0.99% | 0.96% | - |
| XYZ | 21.93 | 17.19 | 89.35 | - |
| YUV | 91.75 | 215.04 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 246 | 0.99 | 0.57 | 0 | 0.04 | 214.32 | 0.98 | 0.49 |
| Hex | 3 | 6B | F6 | 63 | 39 | 0 | 4 | D6 | 62 | 31 |
| Octal | 3 | 153 | 366 | 143 | 71 | 0 | 4 | 326 | 142 | 61 |
| Binary | 11 | 1101011 | 11110110 | 1100011 | 111001 | 0 | 100 | 11010110 | 1100010 | 110001 |
Color Harmonies of #036BF6
Complementary color
Monochromatic Colors of #036BF6
Black with #036BF6
Text Example
Text Example
White with #036BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BF6; }
p { color: rgb(3,107,246); }
H1.HeaderClassName
{
color: #036BF6;
}
.AnyTagClassName
{
color: #036BF6;
}
</style>
background-color css
<style>
a { background-color: #036BF6; }
a { background-color: rgb(3,107,246); }
div.DivClassName
{
background-color: #036BF6;
}
.BgClassName
{
background-color: #036BF6;
}
</style>
border-color css
<style>
span { border-color: #036BF6; }
span { border-color: rgb(3,107,246); }
td.TdClassName
{
border-color: #036BF6;
}
.TagClassName
{
border-color: #036BF6;
}
</style>