Shades of Navy Blue #006AF2
Tints of Navy Blue #006AF2
RGB
CMYK
RGB Variations
Color information
#006AF2 (or 0x006AF2) is known color: Navy Blue. HEX triplet: 00, 6A and F2. RGB value is (0,106,242). Sum of RGB (Red+Green+Blue) = 0+106+242=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #006AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AF2 is #FF950D. Grayscale: #595959. Windows color (decimal): -16749838 or 15886848. OLE color: 15886848.
HSL color Cylindrical-coordinate representation of color #006AF2: hue angle of 213.72º 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 #006AF2 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 106 | 242 | - |
| CMYK | 1 | 0.56 | 0 | 0.05 |
| HSL | 213.72º | 1% | 0.47% | - |
| HSV(B) | 213.72º | 1% | 0.95% | - |
| XYZ | 21.18 | 16.72 | 86.12 | - |
| YUV | 89.81 | 213.88 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 242 | 1 | 0.56 | 0 | 0.05 | 213.72 | 1 | 0.47 |
| Hex | 0 | 6A | F2 | 64 | 38 | 0 | 5 | D6 | 64 | 2F |
| Octal | 0 | 152 | 362 | 144 | 70 | 0 | 5 | 326 | 144 | 57 |
| Binary | 0 | 1101010 | 11110010 | 1100100 | 111000 | 0 | 101 | 11010110 | 1100100 | 101111 |
Color Harmonies of #006AF2
Complementary color
Monochromatic Colors of #006AF2
Black with #006AF2
Text Example
Text Example
White with #006AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AF2; }
p { color: rgb(0,106,242); }
H1.HeaderClassName
{
color: #006AF2;
}
.AnyTagClassName
{
color: #006AF2;
}
</style>
background-color css
<style>
a { background-color: #006AF2; }
a { background-color: rgb(0,106,242); }
div.DivClassName
{
background-color: #006AF2;
}
.BgClassName
{
background-color: #006AF2;
}
</style>
border-color css
<style>
span { border-color: #006AF2; }
span { border-color: rgb(0,106,242); }
td.TdClassName
{
border-color: #006AF2;
}
.TagClassName
{
border-color: #006AF2;
}
</style>