Shades of Navy Blue #006FE7
Tints of Navy Blue #006FE7
RGB
CMYK
RGB Variations
Color information
#006FE7 (or 0x006FE7) is known color: Navy Blue. HEX triplet: 00, 6F and E7. RGB value is (0,111,231). Sum of RGB (Red+Green+Blue) = 0+111+231=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #006FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FE7 is #FF9018. Grayscale: #5A5A5A. Windows color (decimal): -16748569 or 15167232. OLE color: 15167232.
HSL color Cylindrical-coordinate representation of color #006FE7: hue angle of 211.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FE7 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 111 | 231 | - |
| CMYK | 1 | 0.52 | 0 | 0.09 |
| HSL | 211.17º | 1% | 0.45% | - |
| HSV(B) | 211.17º | 1% | 0.91% | - |
| XYZ | 20.11 | 17.14 | 77.85 | - |
| YUV | 91.49 | 206.73 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 231 | 1 | 0.52 | 0 | 0.09 | 211.17 | 1 | 0.45 |
| Hex | 0 | 6F | E7 | 64 | 34 | 0 | 9 | D3 | 64 | 2D |
| Octal | 0 | 157 | 347 | 144 | 64 | 0 | 11 | 323 | 144 | 55 |
| Binary | 0 | 1101111 | 11100111 | 1100100 | 110100 | 0 | 1001 | 11010011 | 1100100 | 101101 |
Color Harmonies of #006FE7
Complementary color
Monochromatic Colors of #006FE7
Black with #006FE7
Text Example
Text Example
White with #006FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FE7; }
p { color: rgb(0,111,231); }
H1.HeaderClassName
{
color: #006FE7;
}
.AnyTagClassName
{
color: #006FE7;
}
</style>
background-color css
<style>
a { background-color: #006FE7; }
a { background-color: rgb(0,111,231); }
div.DivClassName
{
background-color: #006FE7;
}
.BgClassName
{
background-color: #006FE7;
}
</style>
border-color css
<style>
span { border-color: #006FE7; }
span { border-color: rgb(0,111,231); }
td.TdClassName
{
border-color: #006FE7;
}
.TagClassName
{
border-color: #006FE7;
}
</style>