Shades of Navy Blue #006AF0
Tints of Navy Blue #006AF0
RGB
CMYK
RGB Variations
Color information
#006AF0 (or 0x006AF0) is known color: Navy Blue. HEX triplet: 00, 6A and F0. RGB value is (0,106,240). Sum of RGB (Red+Green+Blue) = 0+106+240=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #006AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AF0 is #FF950F. Grayscale: #585858. Windows color (decimal): -16749840 or 15755776. OLE color: 15755776.
HSL color Cylindrical-coordinate representation of color #006AF0: hue angle of 213.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AF0 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 106 | 240 | - |
| CMYK | 1 | 0.56 | 0 | 0.06 |
| HSL | 213.5º | 1% | 0.47% | - |
| HSV(B) | 213.5º | 1% | 0.94% | - |
| XYZ | 20.88 | 16.6 | 84.54 | - |
| YUV | 89.58 | 212.88 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 240 | 1 | 0.56 | 0 | 0.06 | 213.5 | 1 | 0.47 |
| Hex | 0 | 6A | F0 | 64 | 38 | 0 | 6 | D6 | 64 | 2F |
| Octal | 0 | 152 | 360 | 144 | 70 | 0 | 6 | 326 | 144 | 57 |
| Binary | 0 | 1101010 | 11110000 | 1100100 | 111000 | 0 | 110 | 11010110 | 1100100 | 101111 |
Color Harmonies of #006AF0
Complementary color
Monochromatic Colors of #006AF0
Black with #006AF0
Text Example
Text Example
White with #006AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AF0; }
p { color: rgb(0,106,240); }
H1.HeaderClassName
{
color: #006AF0;
}
.AnyTagClassName
{
color: #006AF0;
}
</style>
background-color css
<style>
a { background-color: #006AF0; }
a { background-color: rgb(0,106,240); }
div.DivClassName
{
background-color: #006AF0;
}
.BgClassName
{
background-color: #006AF0;
}
</style>
border-color css
<style>
span { border-color: #006AF0; }
span { border-color: rgb(0,106,240); }
td.TdClassName
{
border-color: #006AF0;
}
.TagClassName
{
border-color: #006AF0;
}
</style>