Shades of Navy Blue #006AFC
Tints of Navy Blue #006AFC
RGB
CMYK
RGB Variations
Color information
#006AFC (or 0x006AFC) is known color: Navy Blue. HEX triplet: 00, 6A and FC. RGB value is (0,106,252). Sum of RGB (Red+Green+Blue) = 0+106+252=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #006AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AFC is #FF9503. Grayscale: #5A5A5A. Windows color (decimal): -16749828 or 16542208. OLE color: 16542208.
HSL color Cylindrical-coordinate representation of color #006AFC: hue angle of 214.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AFC is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 106 | 252 | - |
| CMYK | 1 | 0.58 | 0 | 0.01 |
| HSL | 214.76º | 1% | 0.49% | - |
| HSV(B) | 214.76º | 1% | 0.99% | - |
| XYZ | 22.72 | 17.34 | 94.24 | - |
| YUV | 90.95 | 218.88 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 252 | 1 | 0.58 | 0 | 0.01 | 214.76 | 1 | 0.49 |
| Hex | 0 | 6A | FC | 64 | 3A | 0 | 1 | D7 | 64 | 31 |
| Octal | 0 | 152 | 374 | 144 | 72 | 0 | 1 | 327 | 144 | 61 |
| Binary | 0 | 1101010 | 11111100 | 1100100 | 111010 | 0 | 1 | 11010111 | 1100100 | 110001 |
Color Harmonies of #006AFC
Complementary color
Monochromatic Colors of #006AFC
Black with #006AFC
Text Example
Text Example
White with #006AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AFC; }
p { color: rgb(0,106,252); }
H1.HeaderClassName
{
color: #006AFC;
}
.AnyTagClassName
{
color: #006AFC;
}
</style>
background-color css
<style>
a { background-color: #006AFC; }
a { background-color: rgb(0,106,252); }
div.DivClassName
{
background-color: #006AFC;
}
.BgClassName
{
background-color: #006AFC;
}
</style>
border-color css
<style>
span { border-color: #006AFC; }
span { border-color: rgb(0,106,252); }
td.TdClassName
{
border-color: #006AFC;
}
.TagClassName
{
border-color: #006AFC;
}
</style>