Shades of Navy Blue #086DF3
Tints of Navy Blue #086DF3
RGB
CMYK
RGB Variations
Color information
#086DF3 (or 0x086DF3) is known color: Navy Blue. HEX triplet: 08, 6D and F3. RGB value is (8,109,243). Sum of RGB (Red+Green+Blue) = 8+109+243=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #086DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DF3 is #F7920C. Grayscale: #5D5D5D. Windows color (decimal): -16224781 or 15953160. OLE color: 15953160.
HSL color Cylindrical-coordinate representation of color #086DF3: hue angle of 214.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086DF3 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 109 | 243 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.05 |
| HSL | 214.21º | 0.94% | 0.49% | - |
| HSV(B) | 214.21º | 0.97% | 0.95% | - |
| XYZ | 21.75 | 17.46 | 87.02 | - |
| YUV | 94.08 | 212.04 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 243 | 0.97 | 0.55 | 0 | 0.05 | 214.21 | 0.94 | 0.49 |
| Hex | 8 | 6D | F3 | 61 | 37 | 0 | 5 | D6 | 5E | 31 |
| Octal | 10 | 155 | 363 | 141 | 67 | 0 | 5 | 326 | 136 | 61 |
| Binary | 1000 | 1101101 | 11110011 | 1100001 | 110111 | 0 | 101 | 11010110 | 1011110 | 110001 |
Color Harmonies of #086DF3
Complementary color
Monochromatic Colors of #086DF3
Black with #086DF3
Text Example
Text Example
White with #086DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DF3; }
p { color: rgb(8,109,243); }
H1.HeaderClassName
{
color: #086DF3;
}
.AnyTagClassName
{
color: #086DF3;
}
</style>
background-color css
<style>
a { background-color: #086DF3; }
a { background-color: rgb(8,109,243); }
div.DivClassName
{
background-color: #086DF3;
}
.BgClassName
{
background-color: #086DF3;
}
</style>
border-color css
<style>
span { border-color: #086DF3; }
span { border-color: rgb(8,109,243); }
td.TdClassName
{
border-color: #086DF3;
}
.TagClassName
{
border-color: #086DF3;
}
</style>