Shades of Navy Blue #0869F6
Tints of Navy Blue #0869F6
RGB
CMYK
RGB Variations
Color information
#0869F6 (or 0x0869F6) is known color: Navy Blue. HEX triplet: 08, 69 and F6. RGB value is (8,105,246). Sum of RGB (Red+Green+Blue) = 8+105+246=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #0869F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0869F6 is #F79609. Grayscale: #5B5B5B. Windows color (decimal): -16225802 or 16148744. OLE color: 16148744.
HSL color Cylindrical-coordinate representation of color #0869F6: hue angle of 215.55º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0869F6 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 105 | 246 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.04 |
| HSL | 215.55º | 0.94% | 0.5% | - |
| HSV(B) | 215.55º | 0.97% | 0.96% | - |
| XYZ | 21.79 | 16.81 | 89.28 | - |
| YUV | 92.07 | 214.86 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 246 | 0.97 | 0.57 | 0 | 0.04 | 215.55 | 0.94 | 0.5 |
| Hex | 8 | 69 | F6 | 61 | 39 | 0 | 4 | D8 | 5E | 32 |
| Octal | 10 | 151 | 366 | 141 | 71 | 0 | 4 | 330 | 136 | 62 |
| Binary | 1000 | 1101001 | 11110110 | 1100001 | 111001 | 0 | 100 | 11011000 | 1011110 | 110010 |
Color Harmonies of #0869F6
Complementary color
Monochromatic Colors of #0869F6
Black with #0869F6
Text Example
Text Example
White with #0869F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0869F6; }
p { color: rgb(8,105,246); }
H1.HeaderClassName
{
color: #0869F6;
}
.AnyTagClassName
{
color: #0869F6;
}
</style>
background-color css
<style>
a { background-color: #0869F6; }
a { background-color: rgb(8,105,246); }
div.DivClassName
{
background-color: #0869F6;
}
.BgClassName
{
background-color: #0869F6;
}
</style>
border-color css
<style>
span { border-color: #0869F6; }
span { border-color: rgb(8,105,246); }
td.TdClassName
{
border-color: #0869F6;
}
.TagClassName
{
border-color: #0869F6;
}
</style>