Shades of Navy Blue #0867F8
Tints of Navy Blue #0867F8
RGB
CMYK
RGB Variations
Color information
#0867F8 (or 0x0867F8) is known color: Navy Blue. HEX triplet: 08, 67 and F8. RGB value is (8,103,248). Sum of RGB (Red+Green+Blue) = 8+103+248=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 248 (97.27% from 255 or 69.08% from 359); Max value from RGB is 248 - color contains mainly: blue. Hex color #0867F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0867F8 is #F79807. Grayscale: #5A5A5A. Windows color (decimal): -16226312 or 16279304. OLE color: 16279304.
HSL color Cylindrical-coordinate representation of color #0867F8: hue angle of 216.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0867F8 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 103 | 248 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.03 |
| HSL | 216.25º | 0.94% | 0.5% | - |
| HSV(B) | 216.25º | 0.97% | 0.97% | - |
| XYZ | 21.89 | 16.53 | 90.84 | - |
| YUV | 91.13 | 216.53 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 248 | 0.97 | 0.58 | 0 | 0.03 | 216.25 | 0.94 | 0.5 |
| Hex | 8 | 67 | F8 | 61 | 3A | 0 | 3 | D8 | 5E | 32 |
| Octal | 10 | 147 | 370 | 141 | 72 | 0 | 3 | 330 | 136 | 62 |
| Binary | 1000 | 1100111 | 11111000 | 1100001 | 111010 | 0 | 11 | 11011000 | 1011110 | 110010 |
Color Harmonies of #0867F8
Complementary color
Monochromatic Colors of #0867F8
Black with #0867F8
Text Example
Text Example
White with #0867F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867F8; }
p { color: rgb(8,103,248); }
H1.HeaderClassName
{
color: #0867F8;
}
.AnyTagClassName
{
color: #0867F8;
}
</style>
background-color css
<style>
a { background-color: #0867F8; }
a { background-color: rgb(8,103,248); }
div.DivClassName
{
background-color: #0867F8;
}
.BgClassName
{
background-color: #0867F8;
}
</style>
border-color css
<style>
span { border-color: #0867F8; }
span { border-color: rgb(8,103,248); }
td.TdClassName
{
border-color: #0867F8;
}
.TagClassName
{
border-color: #0867F8;
}
</style>