Shades of Navy Blue #036ECF
Tints of Navy Blue #036ECF
RGB
CMYK
RGB Variations
Color information
#036ECF (or 0x036ECF) is known color: Navy Blue. HEX triplet: 03, 6E and CF. RGB value is (3,110,207). Sum of RGB (Red+Green+Blue) = 3+110+207=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #036ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ECF is #FC9130. Grayscale: #585858. Windows color (decimal): -16552241 or 13594115. OLE color: 13594115.
HSL color Cylindrical-coordinate representation of color #036ECF: hue angle of 208.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ECF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 110 | 207 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.19 |
| HSL | 208.53º | 0.97% | 0.41% | - |
| HSV(B) | 208.53º | 0.99% | 0.81% | - |
| XYZ | 16.88 | 15.68 | 61.17 | - |
| YUV | 89.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 207 | 0.99 | 0.47 | 0 | 0.19 | 208.53 | 0.97 | 0.41 |
| Hex | 3 | 6E | CF | 63 | 2F | 0 | 13 | D1 | 61 | 29 |
| Octal | 3 | 156 | 317 | 143 | 57 | 0 | 23 | 321 | 141 | 51 |
| Binary | 11 | 1101110 | 11001111 | 1100011 | 101111 | 0 | 10011 | 11010001 | 1100001 | 101001 |
Color Harmonies of #036ECF
Complementary color
Monochromatic Colors of #036ECF
Black with #036ECF
Text Example
Text Example
White with #036ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ECF; }
p { color: rgb(3,110,207); }
H1.HeaderClassName
{
color: #036ECF;
}
.AnyTagClassName
{
color: #036ECF;
}
</style>
background-color css
<style>
a { background-color: #036ECF; }
a { background-color: rgb(3,110,207); }
div.DivClassName
{
background-color: #036ECF;
}
.BgClassName
{
background-color: #036ECF;
}
</style>
border-color css
<style>
span { border-color: #036ECF; }
span { border-color: rgb(3,110,207); }
td.TdClassName
{
border-color: #036ECF;
}
.TagClassName
{
border-color: #036ECF;
}
</style>