Shades of Navy Blue #006ACF
Tints of Navy Blue #006ACF
RGB
CMYK
RGB Variations
Color information
#006ACF (or 0x006ACF) is known color: Navy Blue. HEX triplet: 00, 6A and CF. RGB value is (0,106,207). Sum of RGB (Red+Green+Blue) = 0+106+207=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #006ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ACF is #FF9530. Grayscale: #555555. Windows color (decimal): -16749873 or 13593088. OLE color: 13593088.
HSL color Cylindrical-coordinate representation of color #006ACF: hue angle of 209.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ACF is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 106 | 207 | - |
| CMYK | 1 | 0.49 | 0 | 0.19 |
| HSL | 209.28º | 1% | 0.41% | - |
| HSV(B) | 209.28º | 1% | 0.81% | - |
| XYZ | 16.42 | 14.81 | 61.03 | - |
| YUV | 85.82 | 196.38 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 207 | 1 | 0.49 | 0 | 0.19 | 209.28 | 1 | 0.41 |
| Hex | 0 | 6A | CF | 64 | 31 | 0 | 13 | D1 | 64 | 29 |
| Octal | 0 | 152 | 317 | 144 | 61 | 0 | 23 | 321 | 144 | 51 |
| Binary | 0 | 1101010 | 11001111 | 1100100 | 110001 | 0 | 10011 | 11010001 | 1100100 | 101001 |
Color Harmonies of #006ACF
Complementary color
Monochromatic Colors of #006ACF
Black with #006ACF
Text Example
Text Example
White with #006ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ACF; }
p { color: rgb(0,106,207); }
H1.HeaderClassName
{
color: #006ACF;
}
.AnyTagClassName
{
color: #006ACF;
}
</style>
background-color css
<style>
a { background-color: #006ACF; }
a { background-color: rgb(0,106,207); }
div.DivClassName
{
background-color: #006ACF;
}
.BgClassName
{
background-color: #006ACF;
}
</style>
border-color css
<style>
span { border-color: #006ACF; }
span { border-color: rgb(0,106,207); }
td.TdClassName
{
border-color: #006ACF;
}
.TagClassName
{
border-color: #006ACF;
}
</style>