Shades of Navy Blue #036FD1
Tints of Navy Blue #036FD1
RGB
CMYK
RGB Variations
Color information
#036FD1 (or 0x036FD1) is known color: Navy Blue. HEX triplet: 03, 6F and D1. RGB value is (3,111,209). Sum of RGB (Red+Green+Blue) = 3+111+209=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #036FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FD1 is #FC902E. Grayscale: #595959. Windows color (decimal): -16551983 or 13725443. OLE color: 13725443.
HSL color Cylindrical-coordinate representation of color #036FD1: hue angle of 208.54º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FD1 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 111 | 209 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.18 |
| HSL | 208.54º | 0.97% | 0.42% | - |
| HSV(B) | 208.54º | 0.99% | 0.82% | - |
| XYZ | 17.23 | 15.99 | 62.5 | - |
| YUV | 89.88 | 195.22 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 209 | 0.99 | 0.47 | 0 | 0.18 | 208.54 | 0.97 | 0.42 |
| Hex | 3 | 6F | D1 | 63 | 2F | 0 | 12 | D1 | 61 | 2A |
| Octal | 3 | 157 | 321 | 143 | 57 | 0 | 22 | 321 | 141 | 52 |
| Binary | 11 | 1101111 | 11010001 | 1100011 | 101111 | 0 | 10010 | 11010001 | 1100001 | 101010 |
Color Harmonies of #036FD1
Complementary color
Monochromatic Colors of #036FD1
Black with #036FD1
Text Example
Text Example
White with #036FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FD1; }
p { color: rgb(3,111,209); }
H1.HeaderClassName
{
color: #036FD1;
}
.AnyTagClassName
{
color: #036FD1;
}
</style>
background-color css
<style>
a { background-color: #036FD1; }
a { background-color: rgb(3,111,209); }
div.DivClassName
{
background-color: #036FD1;
}
.BgClassName
{
background-color: #036FD1;
}
</style>
border-color css
<style>
span { border-color: #036FD1; }
span { border-color: rgb(3,111,209); }
td.TdClassName
{
border-color: #036FD1;
}
.TagClassName
{
border-color: #036FD1;
}
</style>