Shades of Navy Blue #006FF0
Tints of Navy Blue #006FF0
RGB
CMYK
RGB Variations
Color information
#006FF0 (or 0x006FF0) is known color: Navy Blue. HEX triplet: 00, 6F and F0. RGB value is (0,111,240). Sum of RGB (Red+Green+Blue) = 0+111+240=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #006FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FF0 is #FF900F. Grayscale: #5B5B5B. Windows color (decimal): -16748560 or 15757056. OLE color: 15757056.
HSL color Cylindrical-coordinate representation of color #006FF0: hue angle of 212.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FF0 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 111 | 240 | - |
| CMYK | 1 | 0.54 | 0 | 0.06 |
| HSL | 212.25º | 1% | 0.47% | - |
| HSV(B) | 212.25º | 1% | 0.94% | - |
| XYZ | 21.41 | 17.66 | 84.72 | - |
| YUV | 92.52 | 211.23 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 240 | 1 | 0.54 | 0 | 0.06 | 212.25 | 1 | 0.47 |
| Hex | 0 | 6F | F0 | 64 | 36 | 0 | 6 | D4 | 64 | 2F |
| Octal | 0 | 157 | 360 | 144 | 66 | 0 | 6 | 324 | 144 | 57 |
| Binary | 0 | 1101111 | 11110000 | 1100100 | 110110 | 0 | 110 | 11010100 | 1100100 | 101111 |
Color Harmonies of #006FF0
Complementary color
Monochromatic Colors of #006FF0
Black with #006FF0
Text Example
Text Example
White with #006FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FF0; }
p { color: rgb(0,111,240); }
H1.HeaderClassName
{
color: #006FF0;
}
.AnyTagClassName
{
color: #006FF0;
}
</style>
background-color css
<style>
a { background-color: #006FF0; }
a { background-color: rgb(0,111,240); }
div.DivClassName
{
background-color: #006FF0;
}
.BgClassName
{
background-color: #006FF0;
}
</style>
border-color css
<style>
span { border-color: #006FF0; }
span { border-color: rgb(0,111,240); }
td.TdClassName
{
border-color: #006FF0;
}
.TagClassName
{
border-color: #006FF0;
}
</style>