Shades of Navy Blue #006CF0
Tints of Navy Blue #006CF0
RGB
CMYK
RGB Variations
Color information
#006CF0 (or 0x006CF0) is known color: Navy Blue. HEX triplet: 00, 6C and F0. RGB value is (0,108,240). Sum of RGB (Red+Green+Blue) = 0+108+240=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #006CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CF0 is #FF930F. Grayscale: #5A5A5A. Windows color (decimal): -16749328 or 15756288. OLE color: 15756288.
HSL color Cylindrical-coordinate representation of color #006CF0: hue angle of 213º 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 #006CF0 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 108 | 240 | - |
| CMYK | 1 | 0.55 | 0 | 0.06 |
| HSL | 213º | 1% | 0.47% | - |
| HSV(B) | 213º | 1% | 0.94% | - |
| XYZ | 21.09 | 17.02 | 84.61 | - |
| YUV | 90.76 | 212.22 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 240 | 1 | 0.55 | 0 | 0.06 | 213 | 1 | 0.47 |
| Hex | 0 | 6C | F0 | 64 | 37 | 0 | 6 | D5 | 64 | 2F |
| Octal | 0 | 154 | 360 | 144 | 67 | 0 | 6 | 325 | 144 | 57 |
| Binary | 0 | 1101100 | 11110000 | 1100100 | 110111 | 0 | 110 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006CF0
Complementary color
Monochromatic Colors of #006CF0
Black with #006CF0
Text Example
Text Example
White with #006CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CF0; }
p { color: rgb(0,108,240); }
H1.HeaderClassName
{
color: #006CF0;
}
.AnyTagClassName
{
color: #006CF0;
}
</style>
background-color css
<style>
a { background-color: #006CF0; }
a { background-color: rgb(0,108,240); }
div.DivClassName
{
background-color: #006CF0;
}
.BgClassName
{
background-color: #006CF0;
}
</style>
border-color css
<style>
span { border-color: #006CF0; }
span { border-color: rgb(0,108,240); }
td.TdClassName
{
border-color: #006CF0;
}
.TagClassName
{
border-color: #006CF0;
}
</style>