Shades of Navy Blue #006AF1
Tints of Navy Blue #006AF1
RGB
CMYK
RGB Variations
Color information
#006AF1 (or 0x006AF1) is known color: Navy Blue. HEX triplet: 00, 6A and F1. RGB value is (0,106,241). Sum of RGB (Red+Green+Blue) = 0+106+241=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #006AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AF1 is #FF950E. Grayscale: #595959. Windows color (decimal): -16749839 or 15821312. OLE color: 15821312.
HSL color Cylindrical-coordinate representation of color #006AF1: hue angle of 213.61º 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 #006AF1 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 106 | 241 | - |
| CMYK | 1 | 0.56 | 0 | 0.05 |
| HSL | 213.61º | 1% | 0.47% | - |
| HSV(B) | 213.61º | 1% | 0.95% | - |
| XYZ | 21.03 | 16.66 | 85.33 | - |
| YUV | 89.7 | 213.38 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 241 | 1 | 0.56 | 0 | 0.05 | 213.61 | 1 | 0.47 |
| Hex | 0 | 6A | F1 | 64 | 38 | 0 | 5 | D6 | 64 | 2F |
| Octal | 0 | 152 | 361 | 144 | 70 | 0 | 5 | 326 | 144 | 57 |
| Binary | 0 | 1101010 | 11110001 | 1100100 | 111000 | 0 | 101 | 11010110 | 1100100 | 101111 |
Color Harmonies of #006AF1
Complementary color
Monochromatic Colors of #006AF1
Black with #006AF1
Text Example
Text Example
White with #006AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AF1; }
p { color: rgb(0,106,241); }
H1.HeaderClassName
{
color: #006AF1;
}
.AnyTagClassName
{
color: #006AF1;
}
</style>
background-color css
<style>
a { background-color: #006AF1; }
a { background-color: rgb(0,106,241); }
div.DivClassName
{
background-color: #006AF1;
}
.BgClassName
{
background-color: #006AF1;
}
</style>
border-color css
<style>
span { border-color: #006AF1; }
span { border-color: rgb(0,106,241); }
td.TdClassName
{
border-color: #006AF1;
}
.TagClassName
{
border-color: #006AF1;
}
</style>