Shades of Navy Blue #006CF1
Tints of Navy Blue #006CF1
RGB
CMYK
RGB Variations
Color information
#006CF1 (or 0x006CF1) is known color: Navy Blue. HEX triplet: 00, 6C and F1. RGB value is (0,108,241). Sum of RGB (Red+Green+Blue) = 0+108+241=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #006CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CF1 is #FF930E. Grayscale: #5A5A5A. Windows color (decimal): -16749327 or 15821824. OLE color: 15821824.
HSL color Cylindrical-coordinate representation of color #006CF1: hue angle of 213.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CF1 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 108 | 241 | - |
| CMYK | 1 | 0.55 | 0 | 0.05 |
| HSL | 213.11º | 1% | 0.47% | - |
| HSV(B) | 213.11º | 1% | 0.95% | - |
| XYZ | 21.24 | 17.08 | 85.4 | - |
| YUV | 90.87 | 212.72 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 241 | 1 | 0.55 | 0 | 0.05 | 213.11 | 1 | 0.47 |
| Hex | 0 | 6C | F1 | 64 | 37 | 0 | 5 | D5 | 64 | 2F |
| Octal | 0 | 154 | 361 | 144 | 67 | 0 | 5 | 325 | 144 | 57 |
| Binary | 0 | 1101100 | 11110001 | 1100100 | 110111 | 0 | 101 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006CF1
Complementary color
Monochromatic Colors of #006CF1
Black with #006CF1
Text Example
Text Example
White with #006CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CF1; }
p { color: rgb(0,108,241); }
H1.HeaderClassName
{
color: #006CF1;
}
.AnyTagClassName
{
color: #006CF1;
}
</style>
background-color css
<style>
a { background-color: #006CF1; }
a { background-color: rgb(0,108,241); }
div.DivClassName
{
background-color: #006CF1;
}
.BgClassName
{
background-color: #006CF1;
}
</style>
border-color css
<style>
span { border-color: #006CF1; }
span { border-color: rgb(0,108,241); }
td.TdClassName
{
border-color: #006CF1;
}
.TagClassName
{
border-color: #006CF1;
}
</style>