Shades of Navy Blue #006AF5
Tints of Navy Blue #006AF5
RGB
CMYK
RGB Variations
Color information
#006AF5 (or 0x006AF5) is known color: Navy Blue. HEX triplet: 00, 6A and F5. RGB value is (0,106,245). Sum of RGB (Red+Green+Blue) = 0+106+245=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 245 (96.09% from 255 or 69.80% from 351); Max value from RGB is 245 - color contains mainly: blue. Hex color #006AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AF5 is #FF950A. Grayscale: #595959. Windows color (decimal): -16749835 or 16083456. OLE color: 16083456.
HSL color Cylindrical-coordinate representation of color #006AF5: hue angle of 214.04º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AF5 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 106 | 245 | - |
| CMYK | 1 | 0.57 | 0 | 0.04 |
| HSL | 214.04º | 1% | 0.48% | - |
| HSV(B) | 214.04º | 1% | 0.96% | - |
| XYZ | 21.64 | 16.9 | 88.51 | - |
| YUV | 90.15 | 215.38 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 245 | 1 | 0.57 | 0 | 0.04 | 214.04 | 1 | 0.48 |
| Hex | 0 | 6A | F5 | 64 | 39 | 0 | 4 | D6 | 64 | 30 |
| Octal | 0 | 152 | 365 | 144 | 71 | 0 | 4 | 326 | 144 | 60 |
| Binary | 0 | 1101010 | 11110101 | 1100100 | 111001 | 0 | 100 | 11010110 | 1100100 | 110000 |
Color Harmonies of #006AF5
Complementary color
Monochromatic Colors of #006AF5
Black with #006AF5
Text Example
Text Example
White with #006AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AF5; }
p { color: rgb(0,106,245); }
H1.HeaderClassName
{
color: #006AF5;
}
.AnyTagClassName
{
color: #006AF5;
}
</style>
background-color css
<style>
a { background-color: #006AF5; }
a { background-color: rgb(0,106,245); }
div.DivClassName
{
background-color: #006AF5;
}
.BgClassName
{
background-color: #006AF5;
}
</style>
border-color css
<style>
span { border-color: #006AF5; }
span { border-color: rgb(0,106,245); }
td.TdClassName
{
border-color: #006AF5;
}
.TagClassName
{
border-color: #006AF5;
}
</style>