Shades of Navy Blue #006BF1
Tints of Navy Blue #006BF1
RGB
CMYK
RGB Variations
Color information
#006BF1 (or 0x006BF1) is known color: Navy Blue. HEX triplet: 00, 6B and F1. RGB value is (0,107,241). Sum of RGB (Red+Green+Blue) = 0+107+241=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 241 (94.53% from 255 or 69.25% from 348); Max value from RGB is 241 - color contains mainly: blue. Hex color #006BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BF1 is #FF940E. Grayscale: #595959. Windows color (decimal): -16749583 or 15821568. OLE color: 15821568.
HSL color Cylindrical-coordinate representation of color #006BF1: hue angle of 213.36º 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 #006BF1 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 107 | 241 | - |
| CMYK | 1 | 0.56 | 0 | 0.05 |
| HSL | 213.36º | 1% | 0.47% | - |
| HSV(B) | 213.36º | 1% | 0.95% | - |
| XYZ | 21.13 | 16.87 | 85.36 | - |
| YUV | 90.28 | 213.05 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 241 | 1 | 0.56 | 0 | 0.05 | 213.36 | 1 | 0.47 |
| Hex | 0 | 6B | F1 | 64 | 38 | 0 | 5 | D5 | 64 | 2F |
| Octal | 0 | 153 | 361 | 144 | 70 | 0 | 5 | 325 | 144 | 57 |
| Binary | 0 | 1101011 | 11110001 | 1100100 | 111000 | 0 | 101 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006BF1
Complementary color
Monochromatic Colors of #006BF1
Black with #006BF1
Text Example
Text Example
White with #006BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BF1; }
p { color: rgb(0,107,241); }
H1.HeaderClassName
{
color: #006BF1;
}
.AnyTagClassName
{
color: #006BF1;
}
</style>
background-color css
<style>
a { background-color: #006BF1; }
a { background-color: rgb(0,107,241); }
div.DivClassName
{
background-color: #006BF1;
}
.BgClassName
{
background-color: #006BF1;
}
</style>
border-color css
<style>
span { border-color: #006BF1; }
span { border-color: rgb(0,107,241); }
td.TdClassName
{
border-color: #006BF1;
}
.TagClassName
{
border-color: #006BF1;
}
</style>