Shades of Navy Blue #036EDF
Tints of Navy Blue #036EDF
RGB
CMYK
RGB Variations
Color information
#036EDF (or 0x036EDF) is known color: Navy Blue. HEX triplet: 03, 6E and DF. RGB value is (3,110,223). Sum of RGB (Red+Green+Blue) = 3+110+223=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #036EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EDF is #FC9120. Grayscale: #5A5A5A. Windows color (decimal): -16552225 or 14642691. OLE color: 14642691.
HSL color Cylindrical-coordinate representation of color #036EDF: hue angle of 210.82º 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 #036EDF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 110 | 223 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.13 |
| HSL | 210.82º | 0.97% | 0.44% | - |
| HSV(B) | 210.82º | 0.99% | 0.87% | - |
| XYZ | 18.93 | 16.5 | 72 | - |
| YUV | 90.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 223 | 0.99 | 0.51 | 0 | 0.13 | 210.82 | 0.97 | 0.44 |
| Hex | 3 | 6E | DF | 63 | 33 | 0 | D | D3 | 61 | 2C |
| Octal | 3 | 156 | 337 | 143 | 63 | 0 | 15 | 323 | 141 | 54 |
| Binary | 11 | 1101110 | 11011111 | 1100011 | 110011 | 0 | 1101 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036EDF
Complementary color
Monochromatic Colors of #036EDF
Black with #036EDF
Text Example
Text Example
White with #036EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EDF; }
p { color: rgb(3,110,223); }
H1.HeaderClassName
{
color: #036EDF;
}
.AnyTagClassName
{
color: #036EDF;
}
</style>
background-color css
<style>
a { background-color: #036EDF; }
a { background-color: rgb(3,110,223); }
div.DivClassName
{
background-color: #036EDF;
}
.BgClassName
{
background-color: #036EDF;
}
</style>
border-color css
<style>
span { border-color: #036EDF; }
span { border-color: rgb(3,110,223); }
td.TdClassName
{
border-color: #036EDF;
}
.TagClassName
{
border-color: #036EDF;
}
</style>