Shades of Navy Blue #006DF8
Tints of Navy Blue #006DF8
RGB
CMYK
RGB Variations
Color information
#006DF8 (or 0x006DF8) is known color: Navy Blue. HEX triplet: 00, 6D and F8. RGB value is (0,109,248). Sum of RGB (Red+Green+Blue) = 0+109+248=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #006DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF8 is #FF9207. Grayscale: #5B5B5B. Windows color (decimal): -16749064 or 16280832. OLE color: 16280832.
HSL color Cylindrical-coordinate representation of color #006DF8: hue angle of 213.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DF8 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 109 | 248 | - |
| CMYK | 1 | 0.56 | 0 | 0.03 |
| HSL | 213.63º | 1% | 0.49% | - |
| HSV(B) | 213.63º | 1% | 0.97% | - |
| XYZ | 22.41 | 17.71 | 91.04 | - |
| YUV | 92.26 | 215.89 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 248 | 1 | 0.56 | 0 | 0.03 | 213.63 | 1 | 0.49 |
| Hex | 0 | 6D | F8 | 64 | 38 | 0 | 3 | D6 | 64 | 31 |
| Octal | 0 | 155 | 370 | 144 | 70 | 0 | 3 | 326 | 144 | 61 |
| Binary | 0 | 1101101 | 11111000 | 1100100 | 111000 | 0 | 11 | 11010110 | 1100100 | 110001 |
Color Harmonies of #006DF8
Complementary color
Monochromatic Colors of #006DF8
Black with #006DF8
Text Example
Text Example
White with #006DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DF8; }
p { color: rgb(0,109,248); }
H1.HeaderClassName
{
color: #006DF8;
}
.AnyTagClassName
{
color: #006DF8;
}
</style>
background-color css
<style>
a { background-color: #006DF8; }
a { background-color: rgb(0,109,248); }
div.DivClassName
{
background-color: #006DF8;
}
.BgClassName
{
background-color: #006DF8;
}
</style>
border-color css
<style>
span { border-color: #006DF8; }
span { border-color: rgb(0,109,248); }
td.TdClassName
{
border-color: #006DF8;
}
.TagClassName
{
border-color: #006DF8;
}
</style>